summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 7cda247..4f828cc 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -299,7 +299,7 @@ EOF
PHPFPMMAX=3
-if [ "$LOWMEM" = "TRUE" ]; then
+if [ $REALMEM -lt 250 ]; then
PHPFPMMAX=2
elif [ ${REALMEM} -gt 1000 ]; then
PHPFPMMAX=4
OpenPOWER on IntegriCloud