runenablerlimits

  • Version 3.5 and earlier: runenablerlimits variable not available.
  • Version 4.0 and later: runenablerlimits variable available.

Data Type

Boolean

Description

This variable determines if the runrlimit variables are used on the run host. This variable must be set to a value of 1 to enable the functionality of the following variables: rlimit_as, rlimit_core, rlimit_cpu, rlimit_data, rlimit_fsize, rlimit_locks, rlimit_memlock, rlimit_nofile, rlimit_nproc, rlimit_rss, rlimit_stack.

This run variable does not apply to pbssh. If it is present in the policy, it does not have any effect on pbssh and is ignored.

Syntax

runenablerlimits = boolean;

Valid Values

true Use the runrlimit_* values on the run host.
false Ignore the runrlimit_* values and use the run host native ulimits. The default is false.
runenablerlimits = true;