Versions Compared

Key

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

...

If you are seeing "java.lang.OutOfMemoryError: PermGen space" errors, this is a sure sign that Tomcat is running out PermGen Memory. (More info on PermGen Space: httphttps://blogsfrankkieviet.sunblogspot.com/fkieviet2006/entry10/classloader_-leaks_the_dreaded_java-dreaded-permgen-space.html)

To increase the amount of PermGen memory available to Tomcat (default=64MB), use either the JAVA_OPTS or CATALINA_OPTS environment variable, e.g:

...