File tree Expand file tree Collapse file tree 7 files changed +14
-0
lines changed Expand file tree Collapse file tree 7 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ RUN set -ex; \
2121# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222ENV PHP_MEMORY_LIMIT 512M
2323ENV PHP_UPLOAD_LIMIT 512M
24+ ENV PHP_PM_MAX_CHILDREN 16
2425RUN set -ex; \
2526 \
2627 savedAptMark="$(apt-mark showmanual)" ; \
@@ -108,6 +109,7 @@ RUN { \
108109 echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
109110 echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
110111 echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
112+ echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
111113 } > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
112114 \
113115 mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ RUN set -ex; \
2121# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222ENV PHP_MEMORY_LIMIT 512M
2323ENV PHP_UPLOAD_LIMIT 512M
24+ ENV PHP_PM_MAX_CHILDREN 16
2425RUN set -ex; \
2526 \
2627 savedAptMark="$(apt-mark showmanual)" ; \
@@ -108,6 +109,7 @@ RUN { \
108109 echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
109110 echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
110111 echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
112+ echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
111113 } > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
112114 \
113115 mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ RUN set -ex; \
2121# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222ENV PHP_MEMORY_LIMIT 512M
2323ENV PHP_UPLOAD_LIMIT 512M
24+ ENV PHP_PM_MAX_CHILDREN 16
2425RUN set -ex; \
2526 \
2627 savedAptMark="$(apt-mark showmanual)" ; \
@@ -109,6 +110,7 @@ RUN { \
109110 echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
110111 echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
111112 echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
113+ echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
112114 } > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
113115 \
114116 mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ RUN set -ex; \
2121# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222ENV PHP_MEMORY_LIMIT 512M
2323ENV PHP_UPLOAD_LIMIT 512M
24+ ENV PHP_PM_MAX_CHILDREN 16
2425RUN set -ex; \
2526 \
2627 savedAptMark="$(apt-mark showmanual)" ; \
@@ -109,6 +110,7 @@ RUN { \
109110 echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
110111 echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
111112 echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
113+ echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
112114 } > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
113115 \
114116 mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ RUN set -ex; \
2121# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222ENV PHP_MEMORY_LIMIT 512M
2323ENV PHP_UPLOAD_LIMIT 512M
24+ ENV PHP_PM_MAX_CHILDREN 16
2425RUN set -ex; \
2526 \
2627 savedAptMark="$(apt-mark showmanual)" ; \
@@ -109,6 +110,7 @@ RUN { \
109110 echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
110111 echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
111112 echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
113+ echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
112114 } > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
113115 \
114116 mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ RUN set -ex; \
2121# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222ENV PHP_MEMORY_LIMIT 512M
2323ENV PHP_UPLOAD_LIMIT 512M
24+ ENV PHP_PM_MAX_CHILDREN 16
2425RUN set -ex; \
2526 \
2627 savedAptMark="$(apt-mark showmanual)" ; \
@@ -109,6 +110,7 @@ RUN { \
109110 echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
110111 echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
111112 echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
113+ echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
112114 } > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
113115 \
114116 mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ RUN set -ex; \
2020# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2121ENV PHP_MEMORY_LIMIT 512M
2222ENV PHP_UPLOAD_LIMIT 512M
23+ ENV PHP_PM_MAX_CHILDREN 16
2324RUN set -ex; \
2425 \
2526 savedAptMark="$(apt-mark showmanual)"; \
@@ -108,6 +109,7 @@ RUN { \
108109 echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
109110 echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}'; \
110111 echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
112+ echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}'; \
111113 } > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
112114 \
113115 mkdir /var/www/data; \
You can’t perform that action at this time.
0 commit comments