Skip to content

Commit

Permalink
Allocate more memory to workers
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Jun 10, 2024
1 parent f8f5a27 commit f4a7300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htex_k8s_kind.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ def fresh_config():
provider=KubernetesProvider(
worker_init=". /venv/bin/activate",
# pod_name="override-pod-name", # can't use default name because of dots, without own bugfix
image="parsl:ci"
image="parsl:ci",
max_mem="2048Gi" # was getting OOM-killing of workers with default... maybe this will help.
),
)
],
Expand Down

0 comments on commit f4a7300

Please sign in to comment.