apache-kafka-streamscentos8rocksdbjemalloc

Install jemalloc on Centos 8


I was checking this Confluent article and decided to change RocksDB’s default memory allocator.

Yum can't find the formula jemalloc, though. Is there an easy way to install it in CentOS 8 without having to build it?


Solution

  • This worked

    yum install epel-release
    
    yum install jemalloc