Platform LSF Reference Version 6.2

Limit Section
Platform LSF Reference
438
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 for any hosts,
users, or projects.
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 on any
hosts, queues, or projects.
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 for any users, queues, or projects.
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 for any users,
queues, or hosts.
Use QUEUES or PER_QUEUE, USERS or PER_USER, HOSTS or PER_HOST, and
PROJECTS or PER_PROJECT in combination to further limit memory available to
resource consumers.
Default
No limit
Example
MEM=20
NAME
Syntax
NAME=
text
Description
Required. Name of the Limit section
Specify any ASCII string 40 characters or less. You can use letters, digits, underscores
(
_) or dashes (-). You cannot use blank spaces.
Format
Horizontal only
Default
None. You must provide a name for the Limit section.
Example
NAME=short_limits
PER_HOST
Syntax
PER_HOST=all
[~]host_name ... | all [~]host_group ...
PER_HOST
(
[-] | all [~]host_name ... | all [~ ]host_group ... )
Description
A space-separated list of host or host groups defined in lsb.hosts on which limits are
enforced. Limits are enforced on each host or individually to each host of the host group
listed. If a group contains a subgroup, the limit also applies to each member in the
subgroup recursively.
Do not configure PER_HOST and HOSTS limits in the same Limit section.
In horizontal format, use only one PER_HOST line per Limit section.
If you specify MEM, TMP, or SWP as a percentage, you must specify PER_HOST and
list the hosts that the limit is to be enforced on. You cannot specify HOSTS.