From 3a7ef55bba04a1a8e348cd8bf08f421986c3199e Mon Sep 17 00:00:00 2001 From: Pavel Semyonov Date: Tue, 28 Feb 2023 11:32:45 +0700 Subject: [PATCH] Fix default slab_alloc_factor value --- doc/reference/configuration/cfg_storage.rst | 2 +- doc/reference/reference_lua/box_cfg.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference/configuration/cfg_storage.rst b/doc/reference/configuration/cfg_storage.rst index 0046c82de2..440b6b6568 100644 --- a/doc/reference/configuration/cfg_storage.rst +++ b/doc/reference/configuration/cfg_storage.rst @@ -95,7 +95,7 @@ See also: :ref:`slab_alloc_granularity ` | Type: float - | Default: 1.1 + | Default: 1.05 | Environment variable: TT_SLAB_ALLOC_FACTOR | Dynamic: no diff --git a/doc/reference/reference_lua/box_cfg.rst b/doc/reference/reference_lua/box_cfg.rst index b20d528572..ed635cf841 100644 --- a/doc/reference/reference_lua/box_cfg.rst +++ b/doc/reference/reference_lua/box_cfg.rst @@ -17,7 +17,7 @@ To view the current configuration, say ``box.cfg`` without braces: --- - checkpoint_count: 2 too_long_threshold: 0.5 - slab_alloc_factor: 1.1 + slab_alloc_factor: 1.05 memtx_max_tuple_size: 1048576 background: false <...>