소스 검색

Update config.h

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

+ 1 - 1
include/pocketpy/config.h

@@ -50,7 +50,7 @@
 
 // This is the maximum size of the value stack in PyVar units
 // The actual size in bytes equals `sizeof(PyVar) * PK_VM_STACK_SIZE`
-#define PK_VM_STACK_SIZE            32768
+#define PK_VM_STACK_SIZE            16384
 
 // This is the maximum number of local variables in a function
 // (not recommended to change this / it should be less than 200)