Linux没有启动应用却内存爆满
问题
启动tomcat抛出异常
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 552599552 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /TRS/HyCloud/IIP/hs_err_pid5871.log
解决
查看内存->使用14G

查看端口占用->无应用

查看java进程

果然:停止tomcat日志一直未停掉
使用命令:
kill -9 线程号
本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!
