From 399a85b51fba01ad5dfc08d64d18fb43a4c00c16 Mon Sep 17 00:00:00 2001 From: d-netto Date: Tue, 5 Dec 2023 20:45:01 -0300 Subject: [PATCH] enable small page --- src/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.h b/src/options.h index 1ff0f0ce545bd..346f7af607245 100644 --- a/src/options.h +++ b/src/options.h @@ -84,7 +84,7 @@ // pool allocator configuration options // GC_SMALL_PAGE allocates objects in 4k pages -// #define GC_SMALL_PAGE +#define GC_SMALL_PAGE // method dispatch profiling --------------------------------------------------