aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-08-17 22:50:11 +0100
committerJustin Clark-Casey (justincc)2012-08-24 21:50:49 +0100
commitcab546ecee93b06e269951e4cc53874fcd9dffa2 (patch)
treec7fabc765ebedc3997fd2fe319415ea4de6e746e
parentminor: Make xengine debug message on script load a scripting loading message ... (diff)
downloadopensim-SC_OLD-cab546ecee93b06e269951e4cc53874fcd9dffa2.zip
opensim-SC_OLD-cab546ecee93b06e269951e4cc53874fcd9dffa2.tar.gz
opensim-SC_OLD-cab546ecee93b06e269951e4cc53874fcd9dffa2.tar.bz2
opensim-SC_OLD-cab546ecee93b06e269951e4cc53874fcd9dffa2.tar.xz
Add information to ThreadStackSize about possibly increasing if suffering StackOverflowExceptions during script conversion/compilation (e.g. on Windows 64-bit)
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 9c68b65..203ee5e 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -675,7 +675,9 @@
675 ;; Maximum number of events to queue for a script (excluding timers) 675 ;; Maximum number of events to queue for a script (excluding timers)
676 ; MaxScriptEventQueue = 300 676 ; MaxScriptEventQueue = 300
677 677
678 ;; Stack size per thread created 678 ;; Stack size per script engine thread in bytes.
679 ;; If you are experiencing StackOverflowExceptions you may want to increase this (e.g. double it).
680 ;; The trade-off may be increased memory usage by the script engine.
679 ; ThreadStackSize = 262144 681 ; ThreadStackSize = 262144
680 682
681 ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true 683 ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true