tomcat OutOfMemoryError: PermGen space

解决办法:

打开eclipse 窗口--首选项--server--tomcat--tomcat6.x---jdk

输入  -Xms256m -Xmx512m -Dcom.sun.management.jmxremote=true -XX:MaxPermSize=256m

你可能感兴趣的:(tomcat OutOfMemoryError: PermGen space)