Skip to content

Commit

Permalink
one worker one thread.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Apr 24, 2024
1 parent 1ca1fae commit ec954ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dask_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ kubernetes:
"dask",
"worker",
"--nworkers",
"4",
"1",
"--nthreads",
"1",
"--memory-limit",
Expand All @@ -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

0 comments on commit ec954ab

Please sign in to comment.