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 <...>