Bugzilla – Bug 5563
Start container with -server flag
Last modified: 2008-01-16 15:28:38
You need to log in before you can comment on or make changes to this bug.
I don't see that the GT4.0.5 or GT4.1.2 container's are started with the JVM -server flag. Shouldn't this be used to increase performance (at the expense of memory and startup time) or is this something that was deliberately left to the administrator to decide to switch to?
This flag is specific to Sun JVMs. We have a note in the admin documentation recommending its use, as appropriate: 4.0 doc: http://www.globus.org/toolkit/docs/4.0/common/javawscore/admin-index.html#s-javawscore-admin-deploying 4.2 doc: http://www.globus.org/toolkit/docs/development/4.2-drafts/common/javawscore/admin/javawscore-admin-deploying.html
Thanks, I was confused because my (Sun) java -help text puts -server in the 'standard options' part.
Tom provided a link to the IBM JVM options: http://www.ibm.com/developerworks/java/jdk/linux/50/sdkandruntimeguide.lnx.en.html#wq30 and it is not listed there.