sdfouhdso888 发表于 2017-1-28 10:17:12

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
页: [1]
查看完整版本: Tomcat OutOfMemory Error: PermGen Space