diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a6abf630e6..611d5e3065 100755 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -570,7 +570,9 @@ ;; Maximum number of events to queue for a script (excluding timers) ; MaxScriptEventQueue = 300 - ;; Stack size per thread created + ;; Stack size per script engine thread in bytes. + ;; If you are experiencing StackOverflowExceptions you may want to increase this (e.g. double it). + ;; The trade-off may be increased memory usage by the script engine. ; ThreadStackSize = 262144 ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true