I’ve been running into Out Of Memory errors lately and I checked this forum and someone said to add ‘-Xms128m -Xmx512m -XX:PermSize=64M -XX:MaxPermSize=128M’ to the ‘Optional Java JVM Arguments’ section of the JBoss JDK section.
I did this and restarted and checked the logs and nowhere did it show any increase in memory. If I add similar to the run.bat in JBoss/bin and start it from the command I do see this increase in memory.
Am I adding it to the correct location? Where else could I check to make sure that there indeed is an increase in memory allocated to JBoss (jboss-4.0.1).
I’m using Build Id: 20060122-4.1-GA
Java 1.4.2_10
Thanks for any help