Hi ,
How to set a default memory request when use srun without --mem? for example, $srun --mem=40G sleep 120 , it will require 40G memory, but if I run $srun sleep 120, it may use all node's memory. How to setup the default srun request memory size without --mem arguments? Many thanks, Bill