File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -295,6 +295,15 @@ or on the command line
295295qsub -l mem=4gb
296296```
297297
298+ {% if site==gent %}
299+ If you do not request memory (neither in the job script nor on the command line), the default memory
300+ that your job will get access is the proportional share of the total memory on the node:
301+ If you request a full node, all memory will be available.
302+ If you request ` N ` cores on a cluster where nodes have ` M ` cores, you will get ` N/M `
303+ of the total memory on the node. For the number of cores and available memory per cluster, please see our
304+ [ infrastructure] ( https://www.ugent.be/hpc/en/infrastructure ) .
305+ {% endif %}
306+
298307{% if site!=gent %}
299308This setting is ignored if the number of nodes is not  ; 1.
300309
You can’t perform that action at this time.
0 commit comments