UNIX computers have predefined limits that are designed to limit or prevent the excessive use of resources by a single process. If a process exceeds its limit, the operating system might kill the process without cleanup and without generating diagnostics. To avoid premature termination of running processes, use the limits specified in the following table.
You can use the limit command to check the current limits in your computer. On some operating systems, this command is reserved for "Super Users" only.
Parameter |
Description |
---|---|
datasize |
maximum size of the data segment of a process Maximum values are as follows:
|
stacksize |
maximum size of the stack segment of a process. |
coredumpsize |
maximum size that a core dump can reach BMC recommends setting this value to datasize to generate a complete core dump if a failure occurs. |
descriptors |
maximum number of descriptors in use by a single process. The recommended value is 4096. Note: Do not set the parameter value to unlimited. |
memoryuse |
maximum amount of memory to be used by a single process BMC recommends setting this value to unlimited. |
Parent Topic |