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
本文介绍了解决使用eXist数据库系统与Tomcat服务器时出现的PermGenSpace内存溢出错误的方法。通过调整Tomcat的JAVA_OPTS变量,设置初始堆大小、最大堆大小及永久代的最大值来解决问题。
250

被折叠的 条评论
为什么被折叠?



