From cde2bce385b1c507fe207e6e09d272a85f39c53c Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Wed, 13 May 2020 13:59:56 +0200 Subject: [PATCH] doc: fix TCMalloc spelling The google/tcmalloc page on GitHub refers to "TCMalloc", not "tc_malloc". Signed-off-by: Nathan Cutler --- doc/rados/configuration/bluestore-config-ref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/configuration/bluestore-config-ref.rst b/doc/rados/configuration/bluestore-config-ref.rst index bcc8476ab8d9..2cd6bf8be3d3 100644 --- a/doc/rados/configuration/bluestore-config-ref.rst +++ b/doc/rados/configuration/bluestore-config-ref.rst @@ -141,7 +141,7 @@ automatically manage these within the space of ``block``. Automatic Cache Sizing ====================== -Bluestore can be configured to automatically resize it's caches when tc_malloc +Bluestore can be configured to automatically resize it's caches when TCMalloc is configured as the memory allocator and the ``bluestore_cache_autotune`` setting is enabled. This option is currently enabled by default. Bluestore will attempt to keep OSD heap memory usage under a designated target size via -- 2.47.3