Browse Source

Changed processes number in unit nginx (#5023)

2xCPU
Joan Miquel 6 years ago
parent
commit
4bb9f58416
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/PHP/php/deploy/nginx-unit.json

+ 1 - 1
frameworks/PHP/php/deploy/nginx-unit.json

@@ -8,7 +8,7 @@
     "applications": {
         "benchmark": {
             "type": "php 7",
-            "processes": 64,
+            "processes": 56,
             "user": "www-data",
             "group": "www-data",
             "root": "/php/",