fix some coments, thanks Austin Tate

melanie
UbitUmarov 2016-11-03 14:00:45 +00:00
parent 73b20c2ca2
commit 4b326f8691
2 changed files with 3 additions and 3 deletions

View File

@ -927,7 +927,7 @@
;# {CompactMemOnLoad} {} {compacts memory on each script load at startup?} {true false} false
;; 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 (as with DeleteScriptsOnStartup = true)
;CompactMemOnLoad = false

View File

@ -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