1
0
Fork 0

Enable supervision for windows

This commit is contained in:
Andreas Streichardt 2017-06-09 15:52:57 +02:00
parent 8e15412e06
commit f9947c988e
1 changed files with 1 additions and 0 deletions

View File

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