Skip to content

Commit 2150f0d

Browse files
committed
- Raised pm.max_children to 500 for apps vhost and ispconfig vhost.
1 parent 35846d3 commit 2150f0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install/tpl/apps_php_fpm_pool.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ user = {fpm_user}
99
group = {fpm_group}
1010

1111
pm = dynamic
12-
pm.max_children = 50
12+
pm.max_children = 500
1313
pm.start_servers = 2
1414
pm.min_spare_servers = 1
1515
pm.max_spare_servers = 5

install/tpl/php_fpm_pool.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ user = {fpm_user}
99
group = {fpm_group}
1010

1111
pm = dynamic
12-
pm.max_children = 10
12+
pm.max_children = 500
1313
pm.start_servers = 2
1414
pm.min_spare_servers = 1
1515
pm.max_spare_servers = 5

server/conf/apps_php_fpm_pool.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ user = {fpm_user}
99
group = {fpm_group}
1010

1111
pm = dynamic
12-
pm.max_children = 50
12+
pm.max_children = 500
1313
pm.start_servers = 2
1414
pm.min_spare_servers = 1
1515
pm.max_spare_servers = 5

0 commit comments

Comments
 (0)