diff --git a/include/pocketpy/config.h b/include/pocketpy/config.h index 17400e25..a36b3d52 100644 --- a/include/pocketpy/config.h +++ b/include/pocketpy/config.h @@ -33,7 +33,7 @@ // GC min threshold #ifndef PK_GC_MIN_THRESHOLD // can be overridden by cmake - #define PK_GC_MIN_THRESHOLD 32768 + #define PK_GC_MIN_THRESHOLD 20000 #endif // This is the maximum size of the value stack in py_TValue units