Skip to content

Commit

Permalink
revert to old sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Dec 24, 2024
1 parent 7ac1db1 commit 06f6711
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 @@ -9,7 +9,7 @@ def get_runner_resources(runner_label):
if runner_label == "slurm-runner-small":
return {"cpu" : 1, "mem-per-cpu" : "2G", "tmpdisk" : 4096, "time" : "00:15:00"}
elif runner_label == "slurm-runner-medium":
return {"cpu" : 2, "mem-per-cpu" : "3G", "tmpdisk" : 16384, "time" : "00:20:00"}
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"}
elif runner_label == "slurm-runner-xlarge":
Expand Down

0 comments on commit 06f6711

Please sign in to comment.