Don't use libjemalloc for Ceph daemons
This was an artifact of a much, much older Ceph configuration I ran, and is not relevant with newer Ceph versions like those used in PVC. Performance testing with Nautilus and Bluestore reveals a minimal performance hit, and using `jemalloc` prevents cache autotuning from being effective, so remove it.
This commit is contained in:
parent
750cb4b55c
commit
24764fe704
|
@ -1,4 +1,2 @@
|
||||||
# Environment file for ceph daemon systemd unit files.
|
# Environment file for ceph daemon systemd unit files.
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
|
|
||||||
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2
|
|
||||||
|
|
Loading…
Reference in New Issue