aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 1d90469..7d74fe3 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -958,6 +958,13 @@
958 ;; by scripts have changed. 958 ;; by scripts have changed.
959 ; DeleteScriptsOnStartup = true 959 ; DeleteScriptsOnStartup = true
960 960
961 ;# {CompactMemOnLoad} {} {compacts memory on each script load at startup?} {true false} false
962 ;; forces calls to memory garbage collector before loading each script DLL during region startup.
963 ;; Peak memory usage is reduced and region starts with a more compacted memory allocation.
964 ;; But this costs a lot of time, so region load will take a lot longer.
965 ;; it is more usefull if there are no previously compiled scripts DLLs (as with DeleteScriptsOnStartup = true)
966 ;CompactMemOnLoad = false
967
961 ;# {DefaultCompileLanguage} {Enabled:true} {Default script language?} {lsl vb cs} lsl 968 ;# {DefaultCompileLanguage} {Enabled:true} {Default script language?} {lsl vb cs} lsl
962 ;; Default language for scripts 969 ;; Default language for scripts
963 ; DefaultCompileLanguage = "lsl" 970 ; DefaultCompileLanguage = "lsl"