MEM
The MEM parameter limits the amount of memory available.
Syntax
MEM=integer[%]
MEM
- | integer[%]
Description
Maximum amount of memory available to resource consumers. Specify a value in MB or the unit set in LSF_UNIT_FOR_LIMITS in lsf.conf as a positive integer greater than or equal 0.
The Limit section is ignored if MEM is specified as a
percentage either without PER_HOST, or with HOSTS.
In horizontal format, use only one MEM line per Limit
section.
In vertical tabular format, use empty parentheses () or a dash (-) to indicate the default value (no limit). Fields cannot be left blank.
If only QUEUES are configured in the Limit section,
MEM must be an integer value. MEM is the maximum amount of
memory available to the listed queues.
If only USERS are configured in the Limit section,
MEM must be an integer value. MEM is the maximum amount of
memory that the users or user groups can use.
If only HOSTS are configured in the Limit section,
MEM must be an integer value. It cannot be a percentage.
MEM is the maximum amount of memory available to the listed hosts.
If only PROJECTS are configured in the Limit section,
MEM must be an integer value. MEM is the maximum amount of
memory available to the listed projects.
Use APPS or PER_APP, QUEUES or PER_QUEUE, USERS or PER_USER, HOSTS or PER_HOST, LIC_PROJECTS or PER_LIC_PROJECT, and PROJECTS or PER_PROJECT in combination to further limit memory available to resource consumers.
Default
No limit
Example
MEM=20