mirror of https://gitee.com/bigwinds/arangodb
adjusted documentation w.r.t. to toggling statistics
This commit is contained in:
parent
fe7eae33bd
commit
70674ccdfa
|
@ -254,8 +254,9 @@ handling. The default value is
|
||||||
`--server.statistics value`
|
`--server.statistics value`
|
||||||
|
|
||||||
If this option is *value* is *false*, then ArangoDB's statistics gathering
|
If this option is *value* is *false*, then ArangoDB's statistics gathering
|
||||||
is turned off. Statistics gathering causes regular CPU activity so using this
|
is turned off. Statistics gathering causes regular background CPU activity and
|
||||||
option to turn it off might relieve heavy-loaded instances a bit.
|
memory usage, so using this option to turn statistics off might relieve heavily-loaded
|
||||||
|
instances a bit.
|
||||||
|
|
||||||
## Data source flush synchronization
|
## Data source flush synchronization
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue