jboss/bin/standalone.conf.bat in torquebox-lite-0.1.1 vs jboss/bin/standalone.conf.bat in torquebox-lite-0.1.2

- old
+ new

@@ -44,10 +44,10 @@ rem # Specify options to pass to the Java VM. Note, there are some additional rem # options that are always passed by run.bat. rem # rem # JVM memory allocation pool parameters - modify as appropriate. -set "JAVA_OPTS=-Xms64M -Xmx512M -XX:MaxPermSize=128m" +set "JAVA_OPTS=-Xms64M -Xmx512M -XX:MaxPermSize=256M" rem # Reduce the RMI GCs to once per hour for Sun JVMs. set "JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true" rem # Warn when resolving remote XML DTDs or schemas.