Setting the shell limits (Solaris only)


Set the shell limits for the oracle user.

About this task

On Solaris systems, it is possible that the default user process limits are not adequate for Tivoli® Netcool® Performance Manager. To improve the performance of the software, you must increase the shell limits for the oracle user.

Procedure

  1. Run the following command:
    # plimit –n soft_limit,hard_limit $$
    # plimit -n 2048,65536 $$
  2. To verify that the limits was updated correctly, run the following command:
    # prctl -n process.max-file-descriptor $$