4.0.6 upgrade, hit Oracle max processes limit - Is there a suggested value for this parameter?
I've recently upgraded from RTC 3.0.1.2 to 4.0.6. We had been using a max processes limit of 300, but this does not appear to be high enough for 4.0.6. The system hit the num processes limit once during the actual upgrade process. It then hit it again during the nightly ETL jobs. (no users using the system at all yet)
I am wondering if there is a suggested number for the max processes, or if we just need to bump it up and guess if it is enough.
3 answers
Hi Jason,
Usually decreasing the number of JDBC and Mediator pool connections would be the alternative to raising the Oracle limits. Are you using WAS or Tomcat?
You do need to set the Oracle limit higher than the JDBC/Mediator connections due to ETLs and other system connections, but I am afraid there is no rule of thumb that I am aware of.
If you can provide the additional info, it might be able to comment further. If you can get your DBA to give you the list of users accessing the databases, then it should also be able to guesstimate how many you (should) require.
Paul
Comments
Hello Jason,
this section of the info center talks about the limits for open files and processes:
Planning to install on UNIX and Linux systems
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m6/topic/com.ibm.jazz.install.doc/topics/c_special_considerations_linux.html
Best Regards,
Francesco Chiossi
this section of the info center talks about the limits for open files and processes:
Planning to install on UNIX and Linux systems
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m6/topic/com.ibm.jazz.install.doc/topics/c_special_considerations_linux.html
* hard nofile 65536
* soft nofile 65536
* hard nproc 10000
* soft nproc 10000
Best Regards,
Francesco Chiossi
Any answer to this?