美文网首页
eclipse运行项目时候出现的tomcat内存溢出

eclipse运行项目时候出现的tomcat内存溢出

作者: Yeong407 | 来源:发表于2018-07-03 17:35 被阅读0次

    申请公司电脑之后配置了环境,从svn上检出项目运行,tomcat报了这个错误

    Exception in thread ""http-bio-8080"-exec-6" java.lang.OutOfMemoryError: PermGen space

    Exception in thread ""http-bio-8080"-exec-9" java.lang.OutOfMemoryError: PermGen space

    Exception in thread "schedulerFactory_Worker-3" java.lang.OutOfMemoryError: PermGen space

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

    Exception in thread "Timer-0" java.lang.OutOfMemoryError: PermGen space


    解决办法:

    第一步 第二步

    需要加的参数如下(根据自己的电脑配置适当调整):

    -Xms128m -Xmx1024m -XX:MaxPermSize=512m

    相关文章

      网友评论

          本文标题:eclipse运行项目时候出现的tomcat内存溢出

          本文链接:https://www.haomeiwen.com/subject/casjuftx.html