Next | Prev | Up | Top | Contents | Index

Resource Limits Parameters

You can set numerous limits on a per-process basis by using getrlimit(2), setrlimit(2), and limit, the shell built-in command. These limits are inherited, and the original values are set in /var/sysgen/mtune. These limits are different from the system limits listed above in that they apply only to the current process and any child processes that may be spawned. To achieve similar effects, you can also use the limit command within the Bourne, C, and Korn shells (/bin/sh, /bin/csh, and /bin/ksh).

Each limit has a default and a maximum. Only the superuser can change the maximum. Each resource can have a value that turns off any checking RLIM_INFINITY. The default values are adequate for most systems.

The following parameters are associated with system resource limits:


ncargs
rlimit_core_cur
rlimit_core_max
rlimit_cpu_cur
rlimit_cpu_max
rlimit_data_cur
rlimit_data_max
rlimit_fsize_cur
rlimit_fsize_max
rlimit_nofile_cur
rlimit_nofile_max
rlimit_rss_cur
rlimit_rss_max
rlimit_stack_cur
rlimit_stack_max
rlimit_vmem_cur
rlimit_vmem_max
rsshogfrac
rsshogslop
shlbmax

Next | Prev | Up | Top | Contents | Index