Document Actions
What is the maximum memory limit for a job?
Up to Table of Contents
Stallo have 50 nodes with 32 GB memory each, while the rest have 16 GB.
So 32 GB is the maximum memory limit you can ask for in a job running on a single node.
(You can of course have a job running on multiple nodes, using up to 32 GB of memory on each node.)
For instance, if you want to use 4 CPUs with 4 GB of memory:
-lnodes=1:ppn=4,pmem=4gb
If you want to use only one CPU, you can ask for all it`s memory this way:
-lnodes=1:ppn=1,pmem=16gb

