码迷,mamicode.com
首页 > 其他好文 > 详细

kafka 启动 报错cannot allocate memory,即内存不足

时间:2018-08-07 10:20:47      阅读:503      评论:0      收藏:0      [点我收藏+]

标签:ror   tsp   解决   led   repo   for   failed   内存   report   

错误提示:
Java Hotspot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000c5330000, 986513408, 0) failed; error=‘Cannot allocate memory‘ (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 986513408 bytes for committing reserved memory.
# An error report file with more information is saved as:
# hs_err_pid5535.log
解决办法:
将 kafka-server-start.sh的
export KAFKA_HEAP_OPTS="-Xmx1G -Xms1G"
修改为
export KAFKA_HEAP_OPTS="-Xmx256M -Xms128M"
因为我的内存是1G

kafka 启动 报错cannot allocate memory,即内存不足

标签:ror   tsp   解决   led   repo   for   failed   内存   report   

原文地址:https://www.cnblogs.com/liuzhongchao/p/9435100.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!