简体   繁体   中英

Unable to start cassandra with this errors

When I run cassandra get these errors. What is the problem?

WARN  06:01:00 Unable to lock JVM memory (ENOMEM). This can result in part of the JVM being swapped out, especially with mmapped I/O enabled. Increase RLIMIT_MEMLOCK or run Cassandra as root.
INFO  06:01:00 JMX is enabled to receive remote connections on port: 9909
WARN  06:01:00 OpenJDK is not recommended. Please upgrade to the newest Oracle Java release
INFO  06:01:00 Initializing SIGAR library
WARN  06:01:00 Cassandra server running in degraded mode. Is swap disabled? : false,  Address space adequate? : true,  nofile limit adequate? : true, nproc limit adequate? : false 

Cassandra checks for common ways to improve performance. See the following documents that detail the recommended settings/environment:

  1. https://docs.datastax.com/en/cassandra/2.0/cassandra/troubleshooting/trblshootInsufficientResources_r.html
  2. https://docs.datastax.com/en/cassandra/2.0/cassandra/install/installRecommendSettings.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM