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 @@ -20,6 +20,7 @@ RUN set -ex; \
20
20
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
21
21
ENV PHP_MEMORY_LIMIT 512M
22
22
ENV PHP_UPLOAD_LIMIT 512M
23
+ ENV PHP_PM_MAX_CHILDREN 16
23
24
RUN set -ex; \
24
25
\
25
26
savedAptMark="$(apt-mark showmanual)" ; \
@@ -105,6 +106,7 @@ RUN { \
105
106
echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
106
107
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
107
108
echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
109
+ echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
108
110
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
109
111
\
110
112
mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ RUN set -ex; \
20
20
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
21
21
ENV PHP_MEMORY_LIMIT 512M
22
22
ENV PHP_UPLOAD_LIMIT 512M
23
+ ENV PHP_PM_MAX_CHILDREN 16
23
24
RUN set -ex; \
24
25
\
25
26
savedAptMark="$(apt-mark showmanual)" ; \
@@ -105,6 +106,7 @@ RUN { \
105
106
echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
106
107
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
107
108
echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
109
+ echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
108
110
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
109
111
\
110
112
mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ RUN set -ex; \
20
20
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
21
21
ENV PHP_MEMORY_LIMIT 512M
22
22
ENV PHP_UPLOAD_LIMIT 512M
23
+ ENV PHP_PM_MAX_CHILDREN 16
23
24
RUN set -ex; \
24
25
\
25
26
savedAptMark="$(apt-mark showmanual)" ; \
@@ -105,6 +106,7 @@ RUN { \
105
106
echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
106
107
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
107
108
echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
109
+ echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
108
110
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
109
111
\
110
112
mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ RUN set -ex; \
20
20
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
21
21
ENV PHP_MEMORY_LIMIT 512M
22
22
ENV PHP_UPLOAD_LIMIT 512M
23
+ ENV PHP_PM_MAX_CHILDREN 16
23
24
RUN set -ex; \
24
25
\
25
26
savedAptMark="$(apt-mark showmanual)" ; \
@@ -105,6 +106,7 @@ RUN { \
105
106
echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
106
107
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
107
108
echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
109
+ echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
108
110
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
109
111
\
110
112
mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ RUN set -ex; \
20
20
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
21
21
ENV PHP_MEMORY_LIMIT 512M
22
22
ENV PHP_UPLOAD_LIMIT 512M
23
+ ENV PHP_PM_MAX_CHILDREN 16
23
24
RUN set -ex; \
24
25
\
25
26
savedAptMark="$(apt-mark showmanual)" ; \
@@ -105,6 +106,7 @@ RUN { \
105
106
echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
106
107
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
107
108
echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
109
+ echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
108
110
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
109
111
\
110
112
mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ RUN set -ex; \
20
20
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
21
21
ENV PHP_MEMORY_LIMIT 512M
22
22
ENV PHP_UPLOAD_LIMIT 512M
23
+ ENV PHP_PM_MAX_CHILDREN 16
23
24
RUN set -ex; \
24
25
\
25
26
savedAptMark="$(apt-mark showmanual)" ; \
@@ -105,6 +106,7 @@ RUN { \
105
106
echo 'memory_limit=${PHP_MEMORY_LIMIT}' ; \
106
107
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}' ; \
107
108
echo 'post_max_size=${PHP_UPLOAD_LIMIT}' ; \
109
+ echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}' ; \
108
110
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini" ; \
109
111
\
110
112
mkdir /var/www/data; \
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ RUN set -ex; \
19
19
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
20
20
ENV PHP_MEMORY_LIMIT 512M
21
21
ENV PHP_UPLOAD_LIMIT 512M
22
+ ENV PHP_PM_MAX_CHILDREN 16
22
23
RUN set -ex; \
23
24
\
24
25
savedAptMark="$(apt-mark showmanual)"; \
@@ -106,6 +107,7 @@ RUN { \
106
107
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
107
108
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}'; \
108
109
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
110
+ echo 'pm.max_children = ${PHP_PM_MAX_CHILDREN}'; \
109
111
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
110
112
\
111
113
mkdir /var/www/data; \
You can’t perform that action at this time.
0 commit comments