diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index dce32bf..961c141 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -927,7 +927,7 @@ | |||
927 | 927 | ||
928 | ;# {CompactMemOnLoad} {} {compacts memory on each script load at startup?} {true false} false | 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. | 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. | 930 | ;; Peak 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. | 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) | 932 | ;; it is more usefull if there are no previously compiled scripts DLLs (as with DeleteScriptsOnStartup = true) |
933 | ;CompactMemOnLoad = false | 933 | ;CompactMemOnLoad = false |