diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-07-30 20:27:23 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-07-30 20:27:23 -0400 |
commit | 96e04209efea9c583b8059b5a6c4ad74c9b42ab9 (patch) | |
tree | 5624e1857bd1ca8168e22d5b4254aafab98bd372 /etc/rc.php_ini_setup | |
parent | 1e86e8970e908afab8d76f7db40558aa72defd05 (diff) | |
download | pfsense-96e04209efea9c583b8059b5a6c4ad74c9b42ab9.zip pfsense-96e04209efea9c583b8059b5a6c4ad74c9b42ab9.tar.gz |
Set 96 megabytes to 5 meg of cache
Diffstat (limited to 'etc/rc.php_ini_setup')
-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 61a868e..54f0245 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -47,7 +47,7 @@ if [ "$AVAILMEM" -lt "65" ]; then APCSHMEMSIZE="1" fi if [ "$AVAILMEM" -lt "96" ]; then - APCSHMEMSIZE="10" + APCSHMEMSIZE="5" fi if [ "$AVAILMEM" -lt "128" ]; then APCSHMEMSIZE="10" |