java.lang.OutOfMemoryError: Java heap space解决方法

 

在myeclipse中启动Tomcat时,提示"ava.lang.OutOfMemoryError: Java heap space",

内存溢出

解决办法就是:

Myeclipse->preferences->myeclipse->servers->tomcat->tomcat×.×->JDK面板中的

 

Optional Java VM arguments中添加:

                -Xmx1024M -Xms512M -XX:MaxPermSize=256m

你可能感兴趣的:(java.lang.OutOfMemoryError: Java heap space解决方法)