diff options
author | UbitUmarov | 2016-11-03 12:58:43 +0000 |
---|---|---|
committer | UbitUmarov | 2016-11-03 12:58:43 +0000 |
commit | 73b20c2ca25e5ee6f1b6673ef764c4da40625ec3 (patch) | |
tree | 8a0bbaa62ef0495a96a19004d5b8c16c801affc8 /bin/OpenSim.ini.example | |
parent | ubOde: if a mesh does not contain data for shape type PRIM, dont collide as c... (diff) | |
download | opensim-SC_OLD-73b20c2ca25e5ee6f1b6673ef764c4da40625ec3.zip opensim-SC_OLD-73b20c2ca25e5ee6f1b6673ef764c4da40625ec3.tar.gz opensim-SC_OLD-73b20c2ca25e5ee6f1b6673ef764c4da40625ec3.tar.bz2 opensim-SC_OLD-73b20c2ca25e5ee6f1b6673ef764c4da40625ec3.tar.xz |
XEngine: make calls to gc.collect on region startup scripts loading a configurable option, since it is very slow operation
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 4b83751..dce32bf 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -925,6 +925,13 @@ | |||
925 | ;; by scripts have changed. | 925 | ;; by scripts have changed. |
926 | ; DeleteScriptsOnStartup = true | 926 | ; DeleteScriptsOnStartup = true |
927 | 927 | ||
928 | ;# {CompactMemOnLoad} {} {compacts memory on each script load at startup?} {true false} false | ||
929 | ;; forces calls to memory garbage collector before loading each script DLL during region startup. | ||
930 | ;; Peek memory usage is reduced and region starts with a more compacted memory allocation. | ||
931 | ;; But this costs a lot of time, so region load will take a lot longer. | ||
932 | ;; it is more usefull if there are no previously compiled scripts DLLs (as with DeleteScriptsOnStartup = true) | ||
933 | ;CompactMemOnLoad = false | ||
934 | |||
928 | ;# {DefaultCompileLanguage} {Enabled:true} {Default script language?} {lsl vb cs} lsl | 935 | ;# {DefaultCompileLanguage} {Enabled:true} {Default script language?} {lsl vb cs} lsl |
929 | ;; Default language for scripts | 936 | ;; Default language for scripts |
930 | ; DefaultCompileLanguage = "lsl" | 937 | ; DefaultCompileLanguage = "lsl" |