Skip to content

Commit

Permalink
etc/default/ceph: remove jemalloc option
Browse files Browse the repository at this point in the history
This breaks when used with rocksdb, which is now the default.

See http://tracker.ceph.com/issues/20557

Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Oct 23, 2017
1 parent 8be1d7d commit fba2055
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions etc/default/ceph
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fba2055

Please sign in to comment.