]> git.proxmox.com Git - pve-qemu.git/commit
disable jemalloc
authorStefan Reiter <s.reiter@proxmox.com>
Thu, 10 Dec 2020 15:23:38 +0000 (16:23 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 15 Dec 2020 13:43:34 +0000 (14:43 +0100)
commit3d785eabbe256bfec3454fadce0273f551e97704
treecbdfb28ed2b8f01abd96b74ef9edd2d573d13246
parent55df4a9eb1275652e5bc18396453f87cd9e173a0
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>
debian/rules