aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini4
1 files changed, 2 insertions, 2 deletions
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