From 96e04209efea9c583b8059b5a6c4ad74c9b42ab9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 30 Jul 2010 20:27:23 -0400 Subject: [PATCH] Set 96 megabytes to 5 meg of cache --- etc/rc.php_ini_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index 61a868e99f..54f0245ff1 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"