Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jemalloc shared library could not be preloaded to speed up memory allocations

Using Cassandra 3.4 in Ubuntu 14.04. JDK 8. While Cassandra is starting I noticed the following warning in the warm-up:

jemalloc shared library could not be preloaded to speed up memory allocations

Any idea on how can I solve this?

like image 602
Pedro Gordo Avatar asked Mar 25 '16 00:03

Pedro Gordo


1 Answers

You have to install the jemalloc package which under ubuntu is named libjemalloc1.

like image 105
mmatloka Avatar answered Oct 10 '22 15:10

mmatloka