From ec954ab912dd8c4534baaf131dbfbace5979f46d Mon Sep 17 00:00:00 2001 From: Ilija Vukotic Date: Wed, 24 Apr 2024 11:30:37 -0500 Subject: [PATCH] one worker one thread. --- dask_config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dask_config.yaml b/dask_config.yaml index dfcd211..0e3bf60 100644 --- a/dask_config.yaml +++ b/dask_config.yaml @@ -96,7 +96,7 @@ kubernetes: "dask", "worker", "--nworkers", - "4", + "1", "--nthreads", "1", "--memory-limit", @@ -106,8 +106,8 @@ kubernetes: ] resources: limits: - cpu: "10" - memory: 24G + cpu: "4" + memory: 10G requests: - cpu: "5" - memory: 17G + cpu: "1.5" + memory: 5G