From 8fefabd3a49d1f090fe677722f1e2a66f162237a Mon Sep 17 00:00:00 2001 From: Shirui Cheng Date: Thu, 18 Jul 2024 17:49:21 -0700 Subject: [PATCH] increase the ncached_max in fill_flush test case to 1024 --- test/stress/fill_flush.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/stress/fill_flush.c b/test/stress/fill_flush.c index a2db044d..546bcc0b 100644 --- a/test/stress/fill_flush.c +++ b/test/stress/fill_flush.c @@ -5,6 +5,7 @@ #define LARGE_ALLOC_SIZE SC_LARGE_MINCLASS #define NALLOCS 1000 +const char *malloc_conf = "tcache_ncached_max:8-128:1024"; /* * We make this volatile so the 1-at-a-time variants can't leave the allocation * in a register, just to try to get the cache behavior closer.