mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Set 96 megabytes to 5 meg of cache
This commit is contained in:
parent
1e86e8970e
commit
96e04209ef
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user