mirror of https://gitee.com/bigwinds/arangodb
Enable supervision for windows
This commit is contained in:
parent
8e15412e06
commit
f9947c988e
|
@ -28,6 +28,7 @@ New-Item -Path cluster -Force -ItemType Directory | Out-Null
|
|||
|
||||
$agentArguments = @(
|
||||
"--agency.activate=true",
|
||||
"--agency.supervision=true",
|
||||
"--agency.size=$AgentCount",
|
||||
"--javascript.v8-contexts=1",
|
||||
"--server.statistics=false",
|
||||
|
|
Loading…
Reference in New Issue