mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Fix typo (#927)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
cf133de652
commit
fa1544c294
2
lib.sh
2
lib.sh
@ -290,7 +290,7 @@ then
|
||||
fi
|
||||
}
|
||||
|
||||
caulculate_php_fpm() {
|
||||
calculate_php_fpm() {
|
||||
# Minimum amount of max children (lower than this won't work with 2 GB RAM)
|
||||
min_max_children=8
|
||||
# If start servers are lower than this then it's likely that there are room for max_spare_servers
|
||||
|
||||
@ -303,7 +303,7 @@ listen = /run/php/php"$PHPVER"-fpm.nextcloud.sock
|
||||
listen.owner = www-data
|
||||
listen.group = www-data
|
||||
pm = dynamic
|
||||
; max_children is set dynamically with caulculate_php_fpm()
|
||||
; max_children is set dynamically with calculate_php_fpm()
|
||||
pm.max_children = 8
|
||||
pm.start_servers = 3
|
||||
pm.min_spare_servers = 2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user