java.lang.OutOfMemoryError: PermGen space

后端 未结 5 1467
星月不相逢
星月不相逢 2020-12-15 09:19

i\'m getting the following error \"http-9000-5\" java.lang.OutOfMemoryError: PermGen space

org.apache.catalina.core.ApplicationDispatcher invoke SEVERE: Servlet.serv

5条回答
  •  旧巷少年郎
    2020-12-15 09:44

    If you're using Tomcat as a Server of Eclipse, go to Server view, then double click on Tomcat, then "Open Launch Configuration", go to Arguments tab, and after setting -Dcatalina.base="" put this

    -Xms256m -Xmx512m -XX:MaxPermSize=512m -XX:PermSize=128m
    

提交回复
热议问题