Bladeren bron

Double children processes (#3782)

Joan Miquel 7 jaren geleden
bovenliggende
commit
93969e1871
58 gewijzigde bestanden met toevoegingen van 58 en 58 verwijderingen
  1. 1 1
      frameworks/PHP/cakephp/cakephp.dockerfile
  2. 1 1
      frameworks/PHP/cakephp/deploy/conf/php-fpm.conf
  3. 1 1
      frameworks/PHP/clancats/clancats.dockerfile
  4. 1 1
      frameworks/PHP/clancats/deploy/conf/php-fpm.conf
  5. 1 1
      frameworks/PHP/codeigniter/codeigniter.dockerfile
  6. 1 1
      frameworks/PHP/codeigniter/deploy/conf/php-fpm.conf
  7. 1 1
      frameworks/PHP/cygnite/cygnite.dockerfile
  8. 1 1
      frameworks/PHP/cygnite/deploy/conf/php-fpm.conf
  9. 1 1
      frameworks/PHP/fat-free/deploy/conf/php-fpm.conf
  10. 1 1
      frameworks/PHP/fat-free/fat-free-raw.dockerfile
  11. 1 1
      frameworks/PHP/fat-free/fat-free.dockerfile
  12. 1 1
      frameworks/PHP/fuel/deploy/conf/php-fpm.conf
  13. 1 1
      frameworks/PHP/fuel/fuel.dockerfile
  14. 1 1
      frameworks/PHP/kohana/deploy/conf/php-fpm.conf
  15. 1 1
      frameworks/PHP/kohana/kohana.dockerfile
  16. 1 1
      frameworks/PHP/kumbiaphp/deploy/conf/php-fpm.conf
  17. 1 1
      frameworks/PHP/kumbiaphp/kumbiaphp-raw.dockerfile
  18. 1 1
      frameworks/PHP/kumbiaphp/kumbiaphp.dockerfile
  19. 1 1
      frameworks/PHP/laravel/deploy/conf/php-fpm.conf
  20. 1 1
      frameworks/PHP/laravel/laravel.dockerfile
  21. 1 1
      frameworks/PHP/limonade/deploy/conf/php-fpm.conf
  22. 1 1
      frameworks/PHP/limonade/limonade.dockerfile
  23. 1 1
      frameworks/PHP/lithium/deploy/conf/php-fpm.conf
  24. 1 1
      frameworks/PHP/lithium/lithium.dockerfile
  25. 1 1
      frameworks/PHP/lumen/deploy/conf/php-fpm.conf
  26. 1 1
      frameworks/PHP/lumen/lumen.dockerfile
  27. 1 1
      frameworks/PHP/phalcon/deploy/conf/php-fpm.conf
  28. 1 1
      frameworks/PHP/phalcon/phalcon-micro.dockerfile
  29. 1 1
      frameworks/PHP/phalcon/phalcon-mongodb.dockerfile
  30. 1 1
      frameworks/PHP/phalcon/phalcon.dockerfile
  31. 1 1
      frameworks/PHP/php/deploy/conf/php-fpm.conf
  32. 1 1
      frameworks/PHP/php/php-pgsql-raw.dockerfile
  33. 1 1
      frameworks/PHP/php/php-php5-raw.dockerfile
  34. 1 1
      frameworks/PHP/php/php-php5.dockerfile
  35. 1 1
      frameworks/PHP/php/php-raw7-tcp.dockerfile
  36. 1 1
      frameworks/PHP/php/php-raw7.dockerfile
  37. 1 1
      frameworks/PHP/php/php.dockerfile
  38. 1 1
      frameworks/PHP/phpixie/deploy/conf/php-fpm.conf
  39. 1 1
      frameworks/PHP/phpixie/phpixie.dockerfile
  40. 1 1
      frameworks/PHP/phreeze/deploy/conf/php-fpm.conf
  41. 1 1
      frameworks/PHP/phreeze/phreeze.dockerfile
  42. 1 1
      frameworks/PHP/silex/deploy/conf/php-fpm.conf
  43. 1 1
      frameworks/PHP/silex/silex-raw.dockerfile
  44. 1 1
      frameworks/PHP/silex/silex.dockerfile
  45. 1 1
      frameworks/PHP/slim/deploy/conf/php-fpm.conf
  46. 1 1
      frameworks/PHP/slim/slim-php5.dockerfile
  47. 1 1
      frameworks/PHP/slim/slim.dockerfile
  48. 1 1
      frameworks/PHP/symfony/deploy/conf/php-fpm.conf
  49. 1 1
      frameworks/PHP/symfony/symfony-raw.dockerfile
  50. 1 1
      frameworks/PHP/symfony/symfony.dockerfile
  51. 1 1
      frameworks/PHP/workerman/deploy/conf/php-fpm.conf
  52. 1 1
      frameworks/PHP/yii2/deploy/conf/php-fpm.conf
  53. 1 1
      frameworks/PHP/yii2/yii2-hhvm.dockerfile
  54. 1 1
      frameworks/PHP/yii2/yii2.dockerfile
  55. 1 1
      frameworks/PHP/zend/deploy/conf/php-fpm.conf
  56. 1 1
      frameworks/PHP/zend/zend.dockerfile
  57. 1 1
      frameworks/PHP/zend1/deploy/conf/php-fpm.conf
  58. 1 1
      frameworks/PHP/zend1/zend1.dockerfile

+ 1 - 1
frameworks/PHP/cakephp/cakephp.dockerfile

@@ -15,7 +15,7 @@ RUN sed -i "s|listen = /run/php/php7.2-fpm.sock|listen = /run/php/php5.6-fpm.soc
 ADD ./ /cakephp
 WORKDIR /cakephp
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
 
 RUN mkdir -p app/tmp/cache/models
 RUN mkdir -p app/tmp/cache/persistent

+ 1 - 1
frameworks/PHP/cakephp/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/clancats/clancats.dockerfile

@@ -15,7 +15,7 @@ RUN sed -i "s|listen = /run/php/php7.2-fpm.sock|listen = /run/php/php5.6-fpm.soc
 ADD ./ /clancats
 WORKDIR /clancats
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/clancats/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/codeigniter/codeigniter.dockerfile

@@ -14,7 +14,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /codeigniter
 WORKDIR /codeigniter
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/codeigniter/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/cygnite/cygnite.dockerfile

@@ -15,7 +15,7 @@ RUN sed -i "s|listen = /run/php/php7.2-fpm.sock|listen = /run/php/php5.6-fpm.soc
 ADD ./ /cygnite
 WORKDIR /cygnite
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/cygnite/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/fat-free/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/fat-free/fat-free-raw.dockerfile

@@ -17,7 +17,7 @@ ENV F3DIR="/fat-free/src"
 RUN git clone "https://github.com/bcosca/fatfree-core.git" src
 RUN cd src && git checkout -q "069ccd84afd2461c7ebb67f660c142f97577e661" # v3.5.2-dev
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN chmod -R 777 /fat-free
 

+ 1 - 1
frameworks/PHP/fat-free/fat-free.dockerfile

@@ -17,7 +17,7 @@ ENV F3DIR="/fat-free/src"
 RUN git clone "https://github.com/bcosca/fatfree-core.git" src
 RUN cd src && git checkout -q "069ccd84afd2461c7ebb67f660c142f97577e661" # v3.5.2-dev
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN chmod -R 777 /fat-free
 

+ 1 - 1
frameworks/PHP/fuel/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/fuel/fuel.dockerfile

@@ -15,7 +15,7 @@ RUN sed -i "s|listen = /run/php/php7.2-fpm.sock|listen = /run/php/php5.6-fpm.soc
 ADD ./ /fuel
 WORKDIR /fuel
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/kohana/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/kohana/kohana.dockerfile

@@ -14,7 +14,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /kohana
 WORKDIR /kohana
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/kumbiaphp/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/kumbiaphp/kumbiaphp-raw.dockerfile

@@ -14,7 +14,7 @@ WORKDIR /kumbiaphp
 
 RUN git clone -b v1.0.0-rc.2 --single-branch --depth 1 -q https://github.com/KumbiaPHP/KumbiaPHP.git vendor/Kumbia
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 CMD service php7.2-fpm start && \
     nginx -c /kumbiaphp/deploy/nginx.conf -g "daemon off;"

+ 1 - 1
frameworks/PHP/kumbiaphp/kumbiaphp.dockerfile

@@ -15,7 +15,7 @@ WORKDIR /kumbiaphp
 RUN git clone -b v1.0.0-rc.2 --single-branch --depth 1 https://github.com/KumbiaPHP/KumbiaPHP.git vendor/Kumbia
 RUN git clone -b v0.4.0 --single-branch --depth 1 https://github.com/KumbiaPHP/ActiveRecord.git vendor/Kumbia/ActiveRecord
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 CMD service php7.2-fpm start && \
     nginx -c /kumbiaphp/deploy/nginx.conf -g "daemon off;"

+ 1 - 1
frameworks/PHP/laravel/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/laravel/laravel.dockerfile

@@ -15,7 +15,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /laravel
 WORKDIR /laravel
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN mkdir -p /laravel/bootstrap/cache
 RUN mkdir -p /laravel/storage/framework/sessions

+ 1 - 1
frameworks/PHP/limonade/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/limonade/limonade.dockerfile

@@ -14,7 +14,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /limonade
 WORKDIR /limonade
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/lithium/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/lithium/lithium.dockerfile

@@ -15,7 +15,7 @@ RUN sed -i "s|listen = /run/php/php7.2-fpm.sock|listen = /run/php/php5.6-fpm.soc
 ADD ./ /lithium
 WORKDIR /lithium
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/lumen/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/lumen/lumen.dockerfile

@@ -15,7 +15,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /lumen
 WORKDIR /lumen
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/phalcon/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/phalcon/phalcon-micro.dockerfile

@@ -12,7 +12,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /phalcon
 WORKDIR /phalcon
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN apt-get install -yqq php7.2-phalcon php7.2-dev  > /dev/null
 

+ 1 - 1
frameworks/PHP/phalcon/phalcon-mongodb.dockerfile

@@ -14,7 +14,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /phalcon
 WORKDIR /phalcon
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN apt-get install -yqq php7.2-phalcon  > /dev/null
 

+ 1 - 1
frameworks/PHP/phalcon/phalcon.dockerfile

@@ -16,7 +16,7 @@ WORKDIR /phalcon
 
 RUN apt-get install -yqq php7.2-phalcon  > /dev/null
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/php/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/php/php-pgsql-raw.dockerfile

@@ -16,7 +16,7 @@ RUN sed -i "s|PDO('mysql:|PDO('pgsql:|g" dbraw.php
 RUN sed -i "s|PDO('mysql:|PDO('pgsql:|g" fortune.php
 RUN sed -i "s|PDO('mysql:|PDO('pgsql:|g" updateraw.php
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN chmod -R 777 /php
 

+ 1 - 1
frameworks/PHP/php/php-php5-raw.dockerfile

@@ -13,7 +13,7 @@ RUN sed -i "s|listen = /run/php/php7.2-fpm.sock|listen = /run/php/php5.6-fpm.soc
 ADD ./ /php
 WORKDIR /php
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
 
 RUN chmod -R 777 /php
 

+ 1 - 1
frameworks/PHP/php/php-php5.dockerfile

@@ -15,7 +15,7 @@ RUN sed -i "s|listen = /run/php/php7.2-fpm.sock|listen = /run/php/php5.6-fpm.soc
 ADD ./ /php
 WORKDIR /php
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/php/php-raw7-tcp.dockerfile

@@ -15,7 +15,7 @@ WORKDIR /php
 RUN sed -i "s|listen = /run/php/php7.2-fpm.sock|listen = 127.0.0.1:9001|g" /etc/php/7.2/fpm/php-fpm.conf
 RUN sed -i "s|server unix:/var/run/php/php7.2-fpm.sock;|server 127.0.0.1:9001;|g" deploy/nginx7.conf
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN chmod -R 777 /php
 

+ 1 - 1
frameworks/PHP/php/php-raw7.dockerfile

@@ -12,7 +12,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /php
 WORKDIR /php
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN chmod -R 777 /php
 

+ 1 - 1
frameworks/PHP/php/php.dockerfile

@@ -14,7 +14,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /php
 WORKDIR /php
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/phpixie/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/phpixie/phpixie.dockerfile

@@ -14,7 +14,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /phpixie
 WORKDIR /phpixie
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/phreeze/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/phreeze/phreeze.dockerfile

@@ -15,7 +15,7 @@ RUN sed -i "s|listen = /run/php/php7.2-fpm.sock|listen = /run/php/php5.6-fpm.soc
 ADD ./ /phreeze
 WORKDIR /phreeze
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/silex/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/silex/silex-raw.dockerfile

@@ -14,7 +14,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /silex
 WORKDIR /silex
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/silex/silex.dockerfile

@@ -14,7 +14,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /silex
 WORKDIR /silex
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/slim/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/slim/slim-php5.dockerfile

@@ -15,7 +15,7 @@ RUN sed -i "s|listen = /run/php/php7.2-fpm.sock|listen = /run/php/php5.6-fpm.soc
 ADD ./ /slim
 WORKDIR /slim
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/5.6/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/slim/slim.dockerfile

@@ -14,7 +14,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /slim
 WORKDIR /slim
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/symfony/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/symfony/symfony-raw.dockerfile

@@ -15,7 +15,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /symfony
 WORKDIR /symfony
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 ENV APP_ENV=prod
 

+ 1 - 1
frameworks/PHP/symfony/symfony.dockerfile

@@ -15,7 +15,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /symfony
 WORKDIR /symfony
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 ENV APP_ENV=prod
 

+ 1 - 1
frameworks/PHP/workerman/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/yii2/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/yii2/yii2-hhvm.dockerfile

@@ -14,7 +14,7 @@ RUN apt-get install -yqq composer > /dev/null
 ADD ./ /yii2
 WORKDIR /yii2
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/yii2/yii2.dockerfile

@@ -14,7 +14,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /yii2
 WORKDIR /yii2
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet
 

+ 1 - 1
frameworks/PHP/zend/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/zend/zend.dockerfile

@@ -15,7 +15,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /zend
 WORKDIR /zend
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN mkdir -p data/cache
 RUN chmod 777 data/cache

+ 1 - 1
frameworks/PHP/zend1/deploy/conf/php-fpm.conf

@@ -238,7 +238,7 @@ pm = static
 ; forget to tweak pm.* to fit your needs.
 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
 ; Note: This value is mandatory.
-pm.max_children = 1024
+pm.max_children = 2048
 
 ; The number of child processes created on startup.
 ; Note: Used only when pm is set to 'dynamic'

+ 1 - 1
frameworks/PHP/zend1/zend1.dockerfile

@@ -14,7 +14,7 @@ COPY deploy/conf/* /etc/php/7.2/fpm/
 ADD ./ /zend1
 WORKDIR /zend1
 
-RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
+RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 2048|pm.max_children = 512|g" /etc/php/7.2/fpm/php-fpm.conf ; fi;
 
 RUN composer install --quiet