Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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"