diff options
author | Alexandre Derumier <aderumier@odiso.com> | 2016-04-29 03:30:05 +0200 |
---|---|---|
committer | Alexandre Derumier <aderumier@odiso.com> | 2016-04-29 03:30:05 +0200 |
commit | d1d144c03bc9050931d86d635a16363bd2b73fd0 (patch) | |
tree | 4c83e2a5b3de9acd0dfda24805d25daf5d9de7da /etc | |
parent | etc/default/ceph: set 128MB tcmalloc cache size (diff) | |
download | ceph-d1d144c03bc9050931d86d635a16363bd2b73fd0.tar.xz ceph-d1d144c03bc9050931d86d635a16363bd2b73fd0.zip |
set 128MB tcmalloc cache size by bytes
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default/ceph | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/default/ceph b/etc/default/ceph index b4f6167b073..f2722073b5a 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 # |