mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
fix calculate_php_fpm (#783)
This commit is contained in:
parent
c6ef2f72db
commit
426b8e343e
@ -522,6 +522,9 @@ rm -f results
|
||||
# Calculate the values of PHP-FPM based on the amount of RAM available (minimum 2 GB or 8 children)
|
||||
calculate_php_fpm
|
||||
|
||||
# Run again if values are reset on last run
|
||||
calculate_php_fpm
|
||||
|
||||
# Add temporary fix if needed
|
||||
bash $SCRIPTS/temporary-fix.sh
|
||||
rm "$SCRIPTS"/temporary-fix.sh
|
||||
|
||||
@ -13,6 +13,4 @@ true
|
||||
DEBUG=0
|
||||
debug_mode
|
||||
|
||||
caulculate_php_fpm
|
||||
|
||||
exit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user