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: v11.0.0~802^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9decbd1026c6ab0474c73a26a9c84c24557beb8a;p=ceph.git etc/default/ceph: set 128MB tcmalloc cache size Signed-off-by: Alexandre Derumier --- diff --git a/etc/default/ceph b/etc/default/ceph index 6d6f40ec571e..b4f6167b0736 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