Skip to content
Snippets Groups Projects
Commit 544c4a5b authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Set total memory

parent 19635417
Branches
No related tags found
No related merge requests found
......@@ -64,6 +64,8 @@ MASTER.DAEMON_SHUTDOWN = ( TimeToLive <= 10 * $(MINUTE) )
# Fast shutdown, 3 minutes before wall-time limit is reached
MASTER.DAEMON_SHUTDOWN_FAST = ( TimeToLive <= 3 * $(MINUTE) )
CREATE_CGROUP_WITHOUT_ROOT = False
# Set number of CPUs
CPUsDefault = 8
NUM_CPUS = \
......@@ -79,6 +81,7 @@ MemoryDefault = 20480
# $ENV(SLURM_MEM_PER_NODE) \
# )
MEMORY = 20480
TOTAL_MEMORY = 20480
# The maximum number of claims during one negotiation cycle.
# This is a tradeoff between allowing the cluster to fill fast (high value),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment