服务启动报错:Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler

tech2022-08-18  131

在Linux上搭建服务器,启动项目时,发现日志报错: Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler

解决方法: 在tomcat的bin目录下加上:

JAVA_OPTS="-Xms2048m -Xmx4096m -Xss1024K -XX:PermSize=128m -XX:MaxPermSize=512m"

如图:

问题解决了

最新回复(0)