diff options
Diffstat (limited to '')
-rw-r--r-- | etc/default/ceph | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/default/ceph b/etc/default/ceph new file mode 100644 index 000000000..4542838f4 --- /dev/null +++ b/etc/default/ceph @@ -0,0 +1,7 @@ +# /etc/default/ceph +# +# Environment file for ceph daemon systemd unit files. +# + +# Increase tcmalloc cache size +TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 |