To change JVM memory options in JBOSS 7 for standalone server, find the file standalone.conf.bat in bin directory and edit the file like below. rem # JVM memory allocation pool parameters - modify as appropriate. set "JAVA_OPTS=-Xms3072M -Xmx3072M -XX:MaxPermSize=1024M"