Skip to content

Commit 2511543

Browse files
committed
Fix default slab_alloc_factor value (#3358)
Resolves #3357
1 parent bb54244 commit 2511543

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/reference/configuration/cfg_storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
See also: :ref:`slab_alloc_granularity <cfg_storage-slab_alloc_granularity>`
9696

9797
| Type: float
98-
| Default: 1.1
98+
| Default: 1.05
9999
| Environment variable: TT_SLAB_ALLOC_FACTOR
100100
| Dynamic: no
101101

doc/reference/reference_lua/box_cfg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To view the current configuration, say ``box.cfg`` without braces:
1717
---
1818
- checkpoint_count: 2
1919
too_long_threshold: 0.5
20-
slab_alloc_factor: 1.1
20+
slab_alloc_factor: 1.05
2121
memtx_max_tuple_size: 1048576
2222
background: false
2323
<...>

0 commit comments

Comments
 (0)