From d1d144c03bc9050931d86d635a16363bd2b73fd0 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Fri, 29 Apr 2016 03:30:05 +0200 Subject: [PATCH] set 128MB tcmalloc cache size by bytes --- etc/default/ceph | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/default/ceph b/etc/default/ceph index b4f6167b0736..f2722073b5a7 100644 --- a/etc/default/ceph +++ b/etc/default/ceph @@ -4,8 +4,7 @@ # # Increase tcmalloc cache size -TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=128MB - +TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 ## use jemalloc instead of tcmalloc # -- 2.47.3