fix calculate_php_fpm (#783)

This commit is contained in:
Daniel Hansson 2019-02-08 18:11:12 +01:00 committed by GitHub
parent c6ef2f72db
commit 426b8e343e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -13,6 +13,4 @@ true
DEBUG=0
debug_mode
caulculate_php_fpm
exit