tomcat启动出现PermGen space错误
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tomcat启动出现PermGen space错误相关的知识,希望对你有一定的参考价值。
今天部署项目时,出现了jvm内存溢出的问题,显示PermGen space错误。
经过不断的努力,终于解决出来了。
步骤如下:
在eclipse中菜单栏run-->RunConfigurations-> arguments 在VM arguments下面设置:
-Xms1g -Xmx1g
-XX:PermSize=512M
-XX:MaxPermSize=512M
以上是关于tomcat启动出现PermGen space错误的主要内容,如果未能解决你的问题,请参考以下文章
Eclipse中启动tomcat报错java.lang.OutOfMemoryError: PermGen space的解决方法
tomcat 内存溢出问题(OutOfMemoryError: PermGen space)
tomcat 开启时,或者访问网页后PermGen space错误解决方法 java.lang.OutOfMemoryError: PermGen space