`
carrot
  • 浏览: 160401 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

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

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics