From 44dc1a0dd97ae14569f5969153c254a6f5dfacf5 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sun, 21 Mar 2021 20:21:31 +0200 Subject: [PATCH] Increase default stack size. --- bin/sqmod.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sqmod.ini b/bin/sqmod.ini index b2228e58..64bd3b65 100644 --- a/bin/sqmod.ini +++ b/bin/sqmod.ini @@ -1,7 +1,7 @@ # Squirrel options [Squirrel] # Configure the virtual machine stack size -StackSize=2048 +StackSize=4096 # Enable error handling by the plugin ErrorHandling=true # Allow the plug-in to load even if no scripts were loaded