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>
This commit is contained in:
parent
55df4a9eb1
commit
3d785eabbe
1
debian/rules
vendored
1
debian/rules
vendored
@ -60,7 +60,6 @@ config.status: configure
|
|||||||
--enable-docs \
|
--enable-docs \
|
||||||
--enable-glusterfs \
|
--enable-glusterfs \
|
||||||
--enable-gnutls \
|
--enable-gnutls \
|
||||||
--enable-jemalloc \
|
|
||||||
--enable-libiscsi \
|
--enable-libiscsi \
|
||||||
--enable-libusb \
|
--enable-libusb \
|
||||||
--enable-linux-aio \
|
--enable-linux-aio \
|
||||||
|
Loading…
Reference in New Issue
Block a user