From: Alexandre Derumier Date: Thu, 28 Apr 2016 20:55:37 +0000 (+0200) Subject: etc/default/ceph: set 128MB tcmalloc cache size X-Git-Tag: v10.2.1~1^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb1aeb7c7bb296d9264f051519d100ecf1f50f1d;p=ceph.git etc/default/ceph: set 128MB tcmalloc cache size Signed-off-by: Alexandre Derumier (cherry picked from commit 9decbd1026c6ab0474c73a26a9c84c24557beb8a) --- diff --git a/etc/default/ceph b/etc/default/ceph index 6d6f40ec571..b4f6167b073 100644 --- a/etc/default/ceph +++ b/etc/default/ceph @@ -3,6 +3,10 @@ # Environment file for ceph daemon systemd unit files. # +# Increase tcmalloc cache size +TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=128MB + + ## use jemalloc instead of tcmalloc # # jemalloc is generally faster for small IO workloads and when