I'd like to provide a process with limited number of cores and limited memory. With slurm, I'd solve this with a command like the following:
srun --pty -c32 --mem=178G bash
How would I do this without slurm on a normal desktop computer?
I'd like to provide a process with limited number of cores and limited memory. With slurm, I'd solve this with a command like the following:
srun --pty -c32 --mem=178G bash
How would I do this without slurm on a normal desktop computer?