From 89e092d795d283c5924aa7dee089f1c934e5944d Mon Sep 17 00:00:00 2001 From: daanx Date: Sun, 16 Apr 2023 16:43:11 -0700 Subject: [PATCH] increase retire cycles to 16 --- src/page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page.c b/src/page.c index b1de1612..3445e504 100644 --- a/src/page.c +++ b/src/page.c @@ -418,7 +418,7 @@ void _mi_page_free(mi_page_t* page, mi_page_queue_t* pq, bool force) { } #define MI_MAX_RETIRE_SIZE MI_LARGE_OBJ_SIZE_MAX -#define MI_RETIRE_CYCLES (8) +#define MI_RETIRE_CYCLES (16) // Retire a page with no more used blocks // Important to not retire too quickly though as new