diff --git a/conf/uppmax/pelle.config b/conf/uppmax/pelle.config index daa3fcff2..04a5567af 100644 --- a/conf/uppmax/pelle.config +++ b/conf/uppmax/pelle.config @@ -55,3 +55,11 @@ singularity { // Forward Slurm's per-job GPU visibility restriction into the container. envWhitelist = 'SNIC_TMP,CUDA_VISIBLE_DEVICES' } + +// Cap local jobs so they don't overburden the shared login node +executor { + $local { + cpus = 8 + memory = 128.GB + } +}