首页 > 代码库 > Intellij Idea中运行tomcat 报內存溢出 解决方案

Intellij Idea中运行tomcat 报內存溢出 解决方案

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

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


Intellij Idea中运行tomcat 报內存溢出 解决方案