disable jemalloc

jemalloc does not play nice with our Rust library (proxmox-backup-qemu),
specifically it never releases memory allocated from Rust to the OS.
This leads to a problem with larger caches (e.g. for the PBS block driver).

It appears to be related to this GitHub issue:
https://github.com/jemalloc/jemalloc/issues/1398

The background_thread solution seems weirdly hacky, so let's disable
jemalloc entirely for now.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
master
Stefan Reiter 2020-12-10 16:23:38 +01:00 committed by Thomas Lamprecht
parent 55df4a9eb1
commit 3d785eabbe
1 changed files with 0 additions and 1 deletions

1
debian/rules vendored
View File

@ -60,7 +60,6 @@ config.status: configure
--enable-docs \
--enable-glusterfs \
--enable-gnutls \
--enable-jemalloc \
--enable-libiscsi \
--enable-libusb \
--enable-linux-aio \