mirror of
https://github.com/ceph/ceph
synced 2025-01-11 13:41:02 +00:00
etc/default/ceph: remove jemalloc option
This breaks when used with rocksdb, which is now the default. See http://tracker.ceph.com/issues/20557 Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
8be1d7d776
commit
fba2055b4e
@ -5,11 +5,3 @@
|
||||
|
||||
# Increase tcmalloc cache size
|
||||
TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728
|
||||
|
||||
## use jemalloc instead of tcmalloc
|
||||
#
|
||||
# jemalloc is generally faster for small IO workloads and when
|
||||
# ceph-osd is backed by SSDs. However, memory usage is usually
|
||||
# higher by 200-300mb.
|
||||
#
|
||||
#LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1
|
||||
|
Loading…
Reference in New Issue
Block a user