diff --git a/src/rishka_types.h b/src/rishka_types.h index 2b70ac4..a0f1741 100644 --- a/src/rishka_types.h +++ b/src/rishka_types.h @@ -31,7 +31,7 @@ #include -#define RISHKA_VM_STACK_SIZE 524288U ///< Define the stack size for the Rishka virtual machine. +#define RISHKA_VM_STACK_SIZE 1048576U ///< Define the stack size for the Rishka virtual machine. /** * @brief Represents an array of 8-bit unsigned integers in Rishka.