Skip to content

Commit

Permalink
increase runner-medium memory
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Dec 3, 2024
1 parent 6cc2e19 commit 66ba320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner_size_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_runner_resources(runner_label):
elif runner_label == "slurm-runner-medium":
return {"cpu" : 2, "mem-per-cpu" : "2G", "tmpdisk" : 16384, "time" : "00:20:00"}
elif runner_label == "slurm-runner-large":
return {"cpu" : 4, "mem-per-cpu" : "2G", "tmpdisk" : 16384, "time" : "00:25:00"}
return {"cpu" : 4, "mem-per-cpu" : "3G", "tmpdisk" : 16384, "time" : "00:25:00"}
elif runner_label == "slurm-runner-xlarge":
return {"cpu" : 16, "mem-per-cpu" : "2G", "tmpdisk" : 16384, "time" : "00:30:00"}
else:
Expand Down

0 comments on commit 66ba320

Please sign in to comment.