idea Exception in thread "http-apr-8080-exec-2" java.lang.OutOfMemoryError: PermGen space

原文地址:https://blog.csdn.net/Dome_/article/details/79912170

今天在用idea运行项目的时候发现idea总是报 

idea Exception in thread "http-apr-8080-exec-2" java.lang.OutOfMemoryError: PermGen space

这样的错于是就动手解决

idea Exception in thread

打开idea中的tomcat配置 

在Vm options 中填写参数

-Xms2048m -Xmx2048m -XX:MaxPermSize=4096m -Drebel.spring_plugin=true -Drebel.spring_mvc_plugin=true -Drebel.hibernate_plugin=true

idea Exception in thread

 

你可能感兴趣的:(报错与处理,IDEA使用历程)