Set 96 megabytes to 5 meg of cache

This commit is contained in:
Scott Ullrich 2010-07-30 20:27:23 -04:00
parent 1e86e8970e
commit 96e04209ef

View File

@ -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"