From 854f0d9b35dc431d9d36460f9ddbf3ea6d11c7e8 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Wed, 5 Mar 2025 01:14:00 +0800 Subject: [PATCH] Update config.h --- include/pocketpy/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pocketpy/config.h b/include/pocketpy/config.h index e512ffa5..da309f26 100644 --- a/include/pocketpy/config.h +++ b/include/pocketpy/config.h @@ -23,7 +23,7 @@ #if PK_LOW_MEMORY_MODE #define PK_GC_MIN_THRESHOLD 2048 #else - #define PK_GC_MIN_THRESHOLD 16384 + #define PK_GC_MIN_THRESHOLD 32768 #endif #endif