High memory consumption in bind 9.18.2

Anand Buddhdev anandb at ripe.net
Tue Aug 2 15:41:47 UTC 2022


Dmitri,

Just downloading, building and installing the latest version of jemalloc 
like this doesn't mean that BIND will find and use it. BIND has to be 
compiled with the correct compiler and linker flags to use this version.

Are you certain BIND is using your installed version?

-- 
Anand

On 02/08/2022 17:21, Dmitri Pavlov wrote:

> dnf install wget bzip2 gcc make -y
> wget https://github.com/jemalloc/jemalloc/releases/download/5.3.0/jemalloc-5.3.0.tar.bz2
> bzip2 -d jemalloc-5.3.0.tar.bz2 && tar -xf jemalloc-5.3.0.tar && cd jemalloc-5.3.0
> ./configure
> make
> make install
> reboot -f


More information about the bind-users mailing list