JVM issues
I just would like to know or please guide me on how to or where to put these following arguments in our current Oracle Webcenter Portal. The arguments are as followed:
-d64 -server -Xms12g -Xmx12g -XX:PermSize=512m
-XX:MaxPermSize=1024m -XX:+AggressiveOpts
-XX:+UseParallelGC -XX:ParallelGCThreads=16
-verbose:gc -XX:+PrintGCDetails
-XX:+PrintGCTimeStamps -XX:NewRatio=4
-Xnoclassgc
-Xloggc:<file_name>
-Dweblogic.threadpool.MinPoolSize=72
-Dweblogic.threadpool.MaxPoolSize=72
-Dweblogic.SocketReaders=12
-Djps.auth.debug=false
or what is the best tuning
Just to elaborate: Our portal right now is running inside M900 server, Solaris SPARC T3. Inside this server, Oracle Webcenter Portal is only a zone, and there are about five other application inside this server. Our database is residing in another zone and have only created an instance for our Oracle Webcenter Portal.
-d64 -server -Xms12g -Xmx12g -XX:PermSize=512m
-XX:MaxPermSize=1024m -XX:+AggressiveOpts
-XX:+UseParallelGC -XX:ParallelGCThreads=16
-verbose:gc -XX:+PrintGCDetails
-XX:+PrintGCTimeStamps -XX:NewRatio=4
-Xnoclassgc
-Xloggc:<file_name>
-Dweblogic.threadpool.MinPoolSize=72
-Dweblogic.threadpool.MaxPoolSize=72
-Dweblogic.SocketReaders=12
-Djps.auth.debug=false
or what is the best tuning
Just to elaborate: Our portal right now is running inside M900 server, Solaris SPARC T3. Inside this server, Oracle Webcenter Portal is only a zone, and there are about five other application inside this server. Our database is residing in another zone and have only created an instance for our Oracle Webcenter Portal.
0