From 724a51cd442d35c950414b86608c48936b01b78b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 23 Oct 2017 12:05:39 -0500 Subject: [PATCH] /etc/sysconfig/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 (cherry picked from commit 19efccef248c2d66fe3d7fdac8f56d455f2c7b27) --- etc/sysconfig/ceph | 8 -------- 1 file changed, 8 deletions(-) diff --git a/etc/sysconfig/ceph b/etc/sysconfig/ceph index 61e941ded746b..c7f4bc45a0768 100644 --- a/etc/sysconfig/ceph +++ b/etc/sysconfig/ceph @@ -6,14 +6,6 @@ # 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/lib64/libjemalloc.so.1 - ## automatically restart systemd units on upgrade # # By default, it is left to the administrator to restart -- 2.39.5