Previous Topic

Next Topic

Book Contents

Book Index

Setting limits for the Control-M/EM or Control-M/Server account on UNIX

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:

  • Oracle Solaris®: unlimited
  • HP-UX®: unlimited (using third and fourth quarter enabled)
  • AIX®: unlimited
  • Linux: unlimited

stacksize

maximum size of the stack segment of a process.
BMC recommends 8 MB on all UNIX computers.

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

Creating a user account on UNIX