概述
现象:启动报错
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 536870912 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /usr/local/apache-tomcat_04-7.0.64/hs_err_pid31180.log
Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000bae00000, 536870912, 0) failed; error='Cannot allocate memory' (errno=12)
解决: 再setenv.sh这里要重新调整内存,这种情况是设置的过大,包括-Xms512m -Xmx512m -Xss1m NewSize=256m -XX:MaxNewSize=512m这样的值,物理内存不够,把配置调小
最后
以上就是美好哈密瓜为你收集整理的项目部署内存不足 Cannot allocate memory的全部内容,希望文章能够帮你解决项目部署内存不足 Cannot allocate memory所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复