在eclipse的server栏,找到tomcat选项,打开tomcat的配置

Exception in thread "http-bio-8080-exec-7 " PermGen space 。。内存溢出问题


在arguments 标签框下面的VM Arguments 框后面接上自己的tomcat启动虚拟机参数就可以了

-Xms128m -Xmx1024m -XX:MaxPermSize=512m

Exception in thread "http-bio-8080-exec-7 " PermGen space 。。内存溢出问题

相关文章: