diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
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 |