mdbx: подстройка dirty-pages-limit при старте транзакций.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2024-12-27 09:35:57 +03:00
parent c8c541649c
commit 26f6fd351a
5 changed files with 143 additions and 71 deletions

View File

@@ -401,6 +401,7 @@ struct MDBX_env {
bool prefault_write;
bool prefer_waf_insteadof_balance; /* Strive to minimize WAF instead of
balancing pages fullment */
bool need_dp_limit_adjust;
struct {
uint16_t limit;
uint16_t room_threshold;