diff options
author | Irving Popovetsky <irving@popovetsky.com> | 2012-04-05 11:04:33 -0700 |
---|---|---|
committer | Irving Popovetsky <irving@popovetsky.com> | 2012-04-05 11:04:33 -0700 |
commit | 430b921bc911c1b673bfc2a9f5a60872cd48dd3b (patch) | |
tree | a46c0e8573dc73f2784835e3d58bc8c20d2b7d5e /etc | |
parent | 0917cb214b2bbf7f4b374c901c642987fc4ac63b (diff) | |
download | pfsense-430b921bc911c1b673bfc2a9f5a60872cd48dd3b.zip pfsense-430b921bc911c1b673bfc2a9f5a60872cd48dd3b.tar.gz |
Update etc/rc.php_ini_setup
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.php_ini_setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index 7a0e441..49ab482 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -254,7 +254,7 @@ done RAM=`/sbin/sysctl hw.realmem | /usr/bin/awk '{print $2/1000000}' | /usr/bin/awk -F '.' '{print $1}'` export RAM export LOWMEM -if [ "$RAM" -gt 96 ]; then +if [ "$RAM" -gt 135 ]; then /bin/cat >>/usr/local/lib/php.ini <<EOF |