WAS settings for AIX en RTC recommendations
Hello,
In this article http://publib.boulder.ibm.com/infocenter/aix/v7r1/index.jsp?topic=/com.ibm.aix.prftungd/doc/prftungd/java_tuning_aix.htm, there are some recommendations for tuning the jvm for a WAS server on AIX. Also, the following settings are recommended for your Java environment: ulimit -d unlimited ulimit -m unlimited ulimit -n unlimited ulimit -s unlimited These settings are not the same as those written in the RTC Control Center.AIX
Question 2 : The AIX environment just allows this values for the ulimit : ulimit -m unlimited impossible => max value for our AIX => 32768 ulimit -n unlimitedimpossible => max value for our AIX => 65535 ulimit -s unlimited impossible => max value for our AIX => 4194304 Was is the impact ? |
One answer
Hello
I'm not sure what is unclear with the instructions listed here: http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m5/topic/com.ibm.jazz.install.doc/topics/c_special_considerations_linux.html I believe this is telling you what settings are needed for ulimit -n and ulimit -u. It doesn't appear to cover anything with -m or -s. The other information we have on WAS deployment of CLM is in the deployment wiki: https://jazz.net/wiki/bin/view/Deployment/ConfiguringAndTuningWAS and https://jazz.net/wiki/bin/view/Deployment/ConfiguringAndTuningTheJVM#AIX |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.