Labels

Wednesday, June 13, 2012

How to set java heap size in JBoss?

Stop JBoss server, edit $JBOSS_HOME/bin/run.conf, and then restart JBoss server.
 You can change the line with JAVA_OPTS to something like


JAVA_OPTS="-server -Xms128m -Xmx128m"
 
 
 
 
 
 
 
 
 

No comments:

Post a Comment