Skip to content

Commit 5adf518

Browse files
committed
Adjust max_children to better value after long discusson :-).
1 parent d3ec2a5 commit 5adf518

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+65
-69
lines changed

install/debian/8/multiphp/apache2/PHP-56.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ user = $1
1717
group = $1
1818
1919
pm = ondemand
20-
pm.max_children = 32
20+
pm.max_children = 8
2121
pm.max_requests = 4000
2222
pm.process_idle_timeout = 10s
2323
pm.status_path = /status

install/debian/8/multiphp/apache2/PHP-70.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ user = $1
1717
group = $1
1818
1919
pm = ondemand
20-
pm.max_children = 32
20+
pm.max_children = 8
2121
pm.max_requests = 4000
2222
pm.process_idle_timeout = 10s
2323
pm.status_path = /status

install/debian/8/multiphp/apache2/PHP-71.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ user = $1
1717
group = $1
1818
1919
pm = ondemand
20-
pm.max_children = 32
20+
pm.max_children = 8
2121
pm.max_requests = 4000
2222
pm.process_idle_timeout = 10s
2323
pm.status_path = /status

install/debian/8/multiphp/apache2/PHP-72.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ user = $1
1717
group = $1
1818
1919
pm = ondemand
20-
pm.max_children = 32
20+
pm.max_children = 8
2121
pm.max_requests = 4000
2222
pm.process_idle_timeout = 10s
2323
pm.status_path = /status

install/debian/8/multiphp/apache2/PHP-73.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ user = $1
1717
group = $1
1818
1919
pm = ondemand
20-
pm.max_children = 32
20+
pm.max_children = 8
2121
pm.max_requests = 4000
2222
pm.process_idle_timeout = 10s
2323
pm.status_path = /status

install/debian/8/multiphp/nginx/PHP-56.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ user = $1
1717
group = $1
1818
1919
pm = ondemand
20-
pm.max_children = 32
20+
pm.max_children = 8
2121
pm.max_requests = 4000
2222
pm.process_idle_timeout = 10s
2323
pm.status_path = /status

install/debian/8/multiphp/nginx/PHP-70.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ user = $1
1717
group = $1
1818
1919
pm = ondemand
20-
pm.max_children = 32
20+
pm.max_children = 8
2121
pm.max_requests = 4000
2222
pm.process_idle_timeout = 10s
2323
pm.status_path = /status

install/debian/8/multiphp/nginx/PHP-71.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ user = $1
1717
group = $1
1818
1919
pm = ondemand
20-
pm.max_children = 32
20+
pm.max_children = 8
2121
pm.max_requests = 4000
2222
pm.process_idle_timeout = 10s
2323
pm.status_path = /status

install/debian/8/multiphp/nginx/PHP-72.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ user = $1
1717
group = $1
1818
1919
pm = ondemand
20-
pm.max_children = 32
20+
pm.max_children = 8
2121
pm.max_requests = 4000
2222
pm.process_idle_timeout = 10s
2323
pm.status_path = /status

install/debian/8/multiphp/nginx/PHP-73.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ user = $1
1717
group = $1
1818
1919
pm = ondemand
20-
pm.max_children = 32
20+
pm.max_children = 8
2121
pm.max_requests = 4000
2222
pm.process_idle_timeout = 10s
2323
pm.status_path = /status

0 commit comments

Comments
 (0)