The following statement is in run.conf

#
  | # Specify options to pass to the Java VM.
  | #
  | if [ "x$JAVA_OPTS" = "x" ]; then
  |    JAVA_OPTS="-Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 
-Dsun.rmi.dgc.server.gcInterval=3600000"
  | fi
  | 

Can someone tell me what is the purpose of the if statement?  I assume it's 
trying to detect if people are passing in via the command line memory settings 
and therefore not use the ones configured...

Is there any other purpose?

J

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227660#4227660

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227660
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to