tomcat内存溢出 java.lang.OutOfMemoryError: PermGen space 修改方法: 在tomcat的VM options后面加一句 -server -XX:PermSize=128M -XX:MaxPermSize=256m 相关文章: