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 --------------------------------------------------