We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ef2f7 commit 426b8e3Copy full SHA for 426b8e3
nextcloud-startup-script.sh
@@ -522,6 +522,9 @@ rm -f results
522
# Calculate the values of PHP-FPM based on the amount of RAM available (minimum 2 GB or 8 children)
523
calculate_php_fpm
524
525
+# Run again if values are reset on last run
526
+calculate_php_fpm
527
+
528
# Add temporary fix if needed
529
bash $SCRIPTS/temporary-fix.sh
530
rm "$SCRIPTS"/temporary-fix.sh
static/temporary-fix.sh
@@ -13,6 +13,4 @@ true
13
DEBUG=0
14
debug_mode
15
16
-caulculate_php_fpm
17
-
18
exit
0 commit comments