1
0
Fork 0
arangodb/Documentation/DocuBlocks/v8Contexts.md

12 lines
463 B
Markdown

@brief maximum number of V8 contexts for executing JavaScript actions
`--javascript.v8-contexts number`
Specifies the maximum *number* of V8 contexts that are created for executing
JavaScript code. More contexts allow executing more JavaScript actions in
parallel, provided that there are also enough threads available. Please
note that each V8 context will use a substantial amount of memory and
requires periodic CPU processing time for garbage collection.