diff --git a/src/api-opts.c b/src/api-opts.c index eb23215a..73142c42 100644 --- a/src/api-opts.c +++ b/src/api-opts.c @@ -77,7 +77,7 @@ static uint16_t default_subpage_reserve_limit(const MDBX_env *env) { static uint16_t default_merge_threshold_16dot16_percent(const MDBX_env *env) { (void)env; - return 65536 / 4 /* 25% */; + return 65536 / 3 /* 33% */; } static pgno_t default_dp_reserve_limit(const MDBX_env *env) {