mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
fixes for v1.18.0 (#2956)
* fix server: change table_growth_margin default value --------- Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
df598e4825
commit
d5cd0ed204
4 changed files with 5 additions and 4 deletions
|
@ -29,7 +29,7 @@ ABSL_FLAG(uint32_t, max_segment_to_consider, 4,
|
|||
"The maximum number of dashtable segments to scan in each eviction "
|
||||
"when heartbeat based eviction is triggered under memory pressure.");
|
||||
|
||||
ABSL_FLAG(double, table_growth_margin, 1.1,
|
||||
ABSL_FLAG(double, table_growth_margin, 0.4,
|
||||
"Prevents table from growing if number of free slots x average object size x this ratio "
|
||||
"is larger than memory budget.");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue