diff options
author | UbitUmarov | 2016-11-03 14:00:45 +0000 |
---|---|---|
committer | UbitUmarov | 2016-11-03 14:00:45 +0000 |
commit | 4b326f86917e1fd3b8d20277d2e6ff0a1a14f3e8 (patch) | |
tree | 3aa316295a3010888666eac57cd64100f8a52918 | |
parent | XEngine: make calls to gc.collect on region startup scripts loading a configu... (diff) | |
download | opensim-SC-4b326f86917e1fd3b8d20277d2e6ff0a1a14f3e8.zip opensim-SC-4b326f86917e1fd3b8d20277d2e6ff0a1a14f3e8.tar.gz opensim-SC-4b326f86917e1fd3b8d20277d2e6ff0a1a14f3e8.tar.bz2 opensim-SC-4b326f86917e1fd3b8d20277d2e6ff0a1a14f3e8.tar.xz |
fix some coments, thanks Austin Tate
-rw-r--r-- | bin/OpenSim.ini.example | 2 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
2 files changed, 3 insertions, 3 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 |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index cb320a2..c4a01a6 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1706,9 +1706,9 @@ | |||
1706 | ; This does not delete cached scripts state. | 1706 | ; This does not delete cached scripts state. |
1707 | ; DeleteScriptsOnStartup = true | 1707 | ; DeleteScriptsOnStartup = true |
1708 | 1708 | ||
1709 | ; CompactMemOnLoad forces calls to memory garbage collector before loading each script binary | 1709 | ; CompactMemOnLoad |
1710 | ; forces calls to memory garbage collector before loading each script DLL during region startup. | 1710 | ; forces calls to memory garbage collector before loading each script DLL during region startup. |
1711 | ; Peek memory usage is reduced and region starts with a more compacted memory allocation. | 1711 | ; Peak memory usage is reduced and region starts with a more compacted memory allocation. |
1712 | ; But this costs a lot of time, so region load will take a lot longer. | 1712 | ; But this costs a lot of time, so region load will take a lot longer. |
1713 | ; it is more usefull if there are no previously compiled scripts DLLs (or DeleteScriptsOnStartup = true) | 1713 | ; it is more usefull if there are no previously compiled scripts DLLs (or DeleteScriptsOnStartup = true) |
1714 | ; CompactMemOnLoad = false | 1714 | ; CompactMemOnLoad = false |