首页 > 编程语言 > 详细

tomcat启动报错There is insufficient memory for the Java Runtime Environment to continue

时间:2020-06-30 19:52:05      阅读:1119      评论:0      收藏:0      [点我收藏+]

 

tomcat启动报错后显示以下错误

#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1297136 bytes for Chunk::new
# An error report file with more information is saved as:
# D:\apache-tomcat-6.0.53\bin\hs_err_pid44888.log
Disconnected from the target VM, address: ‘127.0.0.1:62185‘, transport: ‘socket‘
Disconnected from server

 

这是由于tomcat启动内存不足,需要增加tomcat启动内存,如果是IDEA开发工具的话  增加  : -server -XX:PermSize=256M -XX:MaxPermSize=512M

技术分享图片

 

tomcat启动报错There is insufficient memory for the Java Runtime Environment to continue

原文:https://www.cnblogs.com/pxblog/p/13215260.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!