mirror of https://gitee.com/bigwinds/arangodb
11 lines
318 B
Markdown
11 lines
318 B
Markdown
|
|
|
|
@brief JavaScript garbage collection frequency (each x seconds)
|
|
`--javascript.gc-frequency frequency`
|
|
|
|
Specifies the frequency (in seconds) for the automatic garbage collection
|
|
of
|
|
JavaScript objects. This setting is useful to have the garbage collection
|
|
still work in periods with no or little numbers of requests.
|
|
|