
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
- Run the following command:
# plimit –n soft_limit,hard_limit $$
# plimit -n 2048,65536 $$
- To verify that the limits was updated correctly, run the following command:
# prctl -n process.max-file-descriptor $$