Skip to content

Commit

Permalink
daskhub: tweak allocated values to fit
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 10, 2021
1 parent ff21cbc commit 15f5aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hub-templates/daskhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ dask-gateway:
"scheduler_extra_pod_annotations": extra_annotations,
"worker_extra_pod_labels": extra_labels,
"worker_extra_pod_annotations": extra_annotations,
"worker_cores": 0.80 * chosen_worker_cpu,
"worker_cores": 0.85 * chosen_worker_cpu,
"worker_cores_limit": chosen_worker_cpu,
"worker_memory": "%fG" % (0.90 * chosen_worker_memory),
"worker_memory": "%fG" % (0.85 * chosen_worker_memory),
"worker_memory_limit": "%fG" % chosen_worker_memory,
"environment": options.environment,
}
Expand Down

0 comments on commit 15f5aa1

Please sign in to comment.