Install jemalloc on Centos 8

1.3k Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

This worked

yum install epel-release

yum install jemalloc