aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-08-17 22:50:11 +0100
committerJustin Clark-Casey (justincc)2012-08-17 22:50:11 +0100
commit56da78824352edfd8a6622f1667abf9a6c75261e (patch)
treec324c23fc803c6dfe901d87667f5f481f4f2f6b4 /bin/OpenSim.ini.example
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-56da78824352edfd8a6622f1667abf9a6c75261e.zip
opensim-SC_OLD-56da78824352edfd8a6622f1667abf9a6c75261e.tar.gz
opensim-SC_OLD-56da78824352edfd8a6622f1667abf9a6c75261e.tar.bz2
opensim-SC_OLD-56da78824352edfd8a6622f1667abf9a6c75261e.tar.xz
Add information to ThreadStackSize about possibly increasing if suffering StackOverflowExceptions during script conversion/compilation (e.g. on Windows 64-bit)
Diffstat (limited to '')
-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 bced817..eac30b8 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -683,7 +683,9 @@
683 ;; Maximum number of events to queue for a script (excluding timers) 683 ;; Maximum number of events to queue for a script (excluding timers)
684 ; MaxScriptEventQueue = 300 684 ; MaxScriptEventQueue = 300
685 685
686 ;; Stack size per thread created 686 ;; Stack size per script engine thread in bytes.
687 ;; If you are experiencing StackOverflowExceptions you may want to increase this (e.g. double it).
688 ;; The trade-off may be increased memory usage by the script engine.
687 ; ThreadStackSize = 262144 689 ; ThreadStackSize = 262144
688 690
689 ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true 691 ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true