소스 검색

Update config.h

blueloveTH 1 년 전
부모
커밋
854f0d9b35
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/pocketpy/config.h

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