Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

In the menus, go to "Run" -> "Run Configurations..." Select the Apache Tomcat server you created. Switch to the "Arguments" tab. Under "VM Arguments" add in some text to increase the memory. I use this to give it more than it will ever need even though I have many webapps: "-Xmx2500m -Xms256m -XX:PermSize=700m -XX:MaxPermSize=2024m"

  • No labels