Tomcat OutOfMemory Error: PermGen Space

This FAQ applies to: 5.1

Using the Client Management service with the database system eXist Tomcat occasionally throws a OutOfMemory Error: PermGen Space.

To fix this the Tomcat Administrator has to change the JAVA_OPTS variable in the catalina start up script to the following

JAVA_OPTS="-server -Xms128M -Xmx256M -XX:MaxPermSize=256M"

If you are running tomcat as a Windows Service then you need to right click on the Apache Tomcat System Tray icon and click "Configure"

Click on the Java tab, and in the Java options box add the line -Xms128M -Xmx256M -XX:MaxPermSize=256M

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章