DEV Community

Shivdas Kanade
Shivdas Kanade

Posted on

Answer: Sonarqube 7.9.1 community troubleshooting

Error:

loaded plugin [org.elasticsearch.transport.Netty4Plugin] ERROR: [1] bootstrap checks failed. max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144].

Solution:

Elasticsearch uses a MMap FS directory to store its indices. The default operating system limits on mmap counts is possibly to be too low, which may…

Top comments (0)