Merge branch '20680-default-config-updates' refs #20680
[arvados.git] / tools / salt-install / local.params.example.multiple_hosts
index fde79cc25eca348a064a26b32db27c729e52dad1..5d4ebdc1d57f1f92e6d3aad836d6cf863f4a3d45 100644 (file)
@@ -139,9 +139,10 @@ SHELL_INT_IP=10.1.2.17
 # be upgraded.
 DISABLED_CONTROLLER=""
 
-# Performance tuning parameters
-#CONTROLLER_NGINX_WORKERS=
-CONTROLLER_MAX_CONCURRENT_REQUESTS=64
+# Performance tuning parameters.  If these are not set, workers
+# defaults on the number of cpus and queued requests defaults to 128.
+#CONTROLLER_MAX_WORKERS=
+#CONTROLLER_MAX_QUEUED_REQUESTS=
 
 # The directory to check for the config files (pillars, states) you want to use.
 # There are a few examples under 'config_examples'.