Tomcat 启动报错 : There is insufficient memory for the Java Runtime Environment to continue.

Tomcat 启动报错 : There is insufficient memory for the Java Runtime Environment to continue.


原因:JVM内存不足


解决方法

在 catalina.bat 最前面加入set JAVA_OPTS=-Xms128m -Xmx350m 

Tomcat 启动报错 : There is insufficient memory for the Java Runtime Environment to continue.


相关文章: