Closed jamesbeedy closed 17 hours ago
These changes introduce default values for SelectTypeParameters and MemSpecLimit.
SelectTypeParameters
MemSpecLimit
SelectTypeParameters=CR_CPU_Memory to enable memory allocation enforcement.
SelectTypeParameters=CR_CPU_Memory
MemSpecLimit=1024 to ensure systems always have 1G available memory that jobs cannot consume.
MemSpecLimit=1024
Fixes: #36
There seems to be a rebase conflict preventing me rebasing and merging, so I'll squash and merge instead.
These changes introduce default values for
SelectTypeParameters
andMemSpecLimit
.SelectTypeParameters=CR_CPU_Memory
to enable memory allocation enforcement.MemSpecLimit=1024
to ensure systems always have 1G available memory that jobs cannot consume.Fixes: #36