Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lamp.sh')
-rw-r--r--lamp.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lamp.sh b/lamp.sh
index 0b1eb324..e5438c84 100644
--- a/lamp.sh
+++ b/lamp.sh
@@ -127,6 +127,9 @@ y
y
y
EOF
+
+ # adjust max PHP processes so Apps don't overload the board (#146)
+ sed -i 's|pm.max_children =.*|pm.max_children = 3|' /etc/php/7.0/fpm/pool.d/www.conf
}
configure() { :; }