From de912bf92f31dfeb08a6fe0502dbb9efed0118b9 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Mon, 13 May 2024 14:59:04 +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 b2814cab..26086f57 100644 --- a/include/pocketpy/config.h +++ b/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)