Index: modules/nginx/manifests/params.pp |
diff --git a/modules/nginx/manifests/params.pp b/modules/nginx/manifests/params.pp |
index 9025d2301ce55fe6a2f22201b11bb32ec0a70746..0ef7d7b858a714293b6cb48310300c621c37017f 100644 |
--- a/modules/nginx/manifests/params.pp |
+++ b/modules/nginx/manifests/params.pp |
@@ -1,5 +1,5 @@ |
class nginx::params { |
- $worker_processes = $::processorcount |
+ $worker_processes = 2 |
$worker_connections = 1024 |
$multi_accept = off |
$worker_rlimit_nofile = 30000 |