IDEA Caused by: java.lang.OutOfMemoryError: PermGen space

错误:OutOfMemoryError: PermGen space 非堆溢出(永久保存区域溢出)

解决方法:

在Run/Debug configuration 的你要运行行的tomcat里面的 
vm options里面输入

-server -XX:PermSize=128M -XX:MaxPermSize=256m

原文地址:https://www.cnblogs.com/lindaZ/p/5718434.html