mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
fix some coments, thanks Austin Tate
This commit is contained in:
@@ -1706,9 +1706,9 @@
|
||||
; This does not delete cached scripts state.
|
||||
; DeleteScriptsOnStartup = true
|
||||
|
||||
; CompactMemOnLoad forces calls to memory garbage collector before loading each script binary
|
||||
; CompactMemOnLoad
|
||||
; forces calls to memory garbage collector before loading each script DLL during region startup.
|
||||
; Peek memory usage is reduced and region starts with a more compacted memory allocation.
|
||||
; Peak memory usage is reduced and region starts with a more compacted memory allocation.
|
||||
; But this costs a lot of time, so region load will take a lot longer.
|
||||
; it is more usefull if there are no previously compiled scripts DLLs (or DeleteScriptsOnStartup = true)
|
||||
; CompactMemOnLoad = false
|
||||
|
||||
Reference in New Issue
Block a user