Skip to content

Commit 6a301fb

Browse files
committed
Revert "Configure pm.max_children from env var"
This reverts commit 4ce703e. Signed-off-by: Thomas Clavier <[email protected]>
1 parent 1bf2e95 commit 6a301fb

File tree

7 files changed

+0
-14
lines changed

7 files changed

+0
-14
lines changed

25/apache/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ RUN set -ex; \
2121
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222
ENV PHP_MEMORY_LIMIT 512M
2323
ENV PHP_UPLOAD_LIMIT 512M
24-
ENV PHP_PM_MAX_CHILDREN 16
2524
RUN set -ex; \
2625
\
2726
savedAptMark="$(apt-mark showmanual)"; \
@@ -109,7 +108,6 @@ RUN { \
109108
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
110109
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}'; \
111110
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
112-
echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}'; \
113111
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
114112
\
115113
mkdir /var/www/data; \

25/fpm/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ RUN set -ex; \
2121
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222
ENV PHP_MEMORY_LIMIT 512M
2323
ENV PHP_UPLOAD_LIMIT 512M
24-
ENV PHP_PM_MAX_CHILDREN 16
2524
RUN set -ex; \
2625
\
2726
savedAptMark="$(apt-mark showmanual)"; \
@@ -109,7 +108,6 @@ RUN { \
109108
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
110109
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}'; \
111110
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
112-
echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}'; \
113111
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
114112
\
115113
mkdir /var/www/data; \

26/apache/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ RUN set -ex; \
2121
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222
ENV PHP_MEMORY_LIMIT 512M
2323
ENV PHP_UPLOAD_LIMIT 512M
24-
ENV PHP_PM_MAX_CHILDREN 16
2524
RUN set -ex; \
2625
\
2726
savedAptMark="$(apt-mark showmanual)"; \
@@ -110,7 +109,6 @@ RUN { \
110109
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
111110
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}'; \
112111
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
113-
echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}'; \
114112
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
115113
\
116114
mkdir /var/www/data; \

26/fpm/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ RUN set -ex; \
2121
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222
ENV PHP_MEMORY_LIMIT 512M
2323
ENV PHP_UPLOAD_LIMIT 512M
24-
ENV PHP_PM_MAX_CHILDREN 16
2524
RUN set -ex; \
2625
\
2726
savedAptMark="$(apt-mark showmanual)"; \
@@ -110,7 +109,6 @@ RUN { \
110109
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
111110
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}'; \
112111
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
113-
echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}'; \
114112
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
115113
\
116114
mkdir /var/www/data; \

27/apache/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ RUN set -ex; \
2121
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222
ENV PHP_MEMORY_LIMIT 512M
2323
ENV PHP_UPLOAD_LIMIT 512M
24-
ENV PHP_PM_MAX_CHILDREN 16
2524
RUN set -ex; \
2625
\
2726
savedAptMark="$(apt-mark showmanual)"; \
@@ -110,7 +109,6 @@ RUN { \
110109
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
111110
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}'; \
112111
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
113-
echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}'; \
114112
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
115113
\
116114
mkdir /var/www/data; \

27/fpm/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ RUN set -ex; \
2121
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2222
ENV PHP_MEMORY_LIMIT 512M
2323
ENV PHP_UPLOAD_LIMIT 512M
24-
ENV PHP_PM_MAX_CHILDREN 16
2524
RUN set -ex; \
2625
\
2726
savedAptMark="$(apt-mark showmanual)"; \
@@ -110,7 +109,6 @@ RUN { \
110109
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
111110
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}'; \
112111
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
113-
echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}'; \
114112
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
115113
\
116114
mkdir /var/www/data; \

Dockerfile-debian.template

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ RUN set -ex; \
2020
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
2121
ENV PHP_MEMORY_LIMIT 512M
2222
ENV PHP_UPLOAD_LIMIT 512M
23-
ENV PHP_PM_MAX_CHILDREN 16
2423
RUN set -ex; \
2524
\
2625
savedAptMark="$(apt-mark showmanual)"; \
@@ -109,7 +108,6 @@ RUN { \
109108
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
110109
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}'; \
111110
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
112-
echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}'; \
113111
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
114112
\
115113
mkdir /var/www/data; \

0 commit comments

Comments
 (0)