From 57f96bdfe7b78794e7abe8802550e4a31e6c9370 Mon Sep 17 00:00:00 2001 From: Maxim Orlov Date: Fri, 8 Nov 2024 20:56:27 +0300 Subject: [PATCH 2/2] TEST: lower SLRU_PAGES_PER_SEGMENT --- src/include/access/slru.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/access/slru.h b/src/include/access/slru.h index 97e612cd10..74dd54819d 100644 --- a/src/include/access/slru.h +++ b/src/include/access/slru.h @@ -36,7 +36,7 @@ * take no explicit notice of that fact in slru.c, except when comparing * segment and page numbers in SimpleLruTruncate (see PagePrecedes()). */ -#define SLRU_PAGES_PER_SEGMENT 32 +#define SLRU_PAGES_PER_SEGMENT 2 /* * Page status codes. Note that these do not include the "dirty" bit. -- 2.43.0