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
--
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to