欢迎投稿

今日深度:

Cassandra dies with "java.lang.OutOfMemoryError: Map failed,

Cassandra dies with "java.lang.OutOfMemoryError: Map failed,


Cassandra dies with "java.lang.OutOfMemoryError: Map failed"

IF Cassandra is dying specifically with the "Map failed" message it means the OS is denying java the ability to lock more memory. In linux, this typically means memlock is limited. Check /proc/<pid of cassandra>/limits to verify this and raise it (eg, via ulimit in bash.) You may also need to increase vm.max_map_count. Note that the debian and redhat packages handle this for you automatically.


http://wiki.apache.org/cassandra/FAQ#mmap

www.htsjk.Com true http://www.htsjk.com/cassandra/32018.html NewsArticle Cassandra dies with "java.lang.OutOfMemoryError: Map failed, Cassandra dies with "java.lang.OutOfMemoryError: Map failed" IF  Cassandra is dying specifically with the "Map failed" message it means the OS is denying java the ability to lo...
相关文章
    暂无相关文章
评论暂时关闭