TMP
Syntax
TMP=integer[%]
TMP
- | integer[%]
Description
Maximum amount of tmp space 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 TMP is specified as a
percentage without PER_HOST, or with HOSTS.
In horizontal format, use only one TMP line per Limit
section.
In vertical 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,
TMP must be an integer value. TMP is the maximum amount of
tmp space available to the listed queues for any hosts, users projects.
If only USERS are configured in the Limit section,
TMP must be an integer value. TMP is the maximum amount of
tmp space that the users or user groups can use on any hosts, queues or
projects.
If only HOSTS are configured in the Limit section,
TMP must be an integer value. TMP is the maximum amount of
tmp space available to the listed hosts for any users, queues or projects.
If only PROJECTS are configured in the Limit section,
TMP must be an integer value. TMP is the maximum amount of
tmp space available to the listed projects for any users, queues or hosts.
If only LIC_PROJECTS are configured in the Limit section,
TMP must be an integer value. TMP is the maximum amount of
tmp space available to the listed projects for any users, queues, projects, or
hosts.
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 tmp space available to resource consumers.
Default
No limit
Example
TMP=20%