busybox: increase min_free_kbytes size

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-04-22 16:25:22 +02:00
parent 463dc63cf3
commit 327474361b

View File

@ -32,7 +32,7 @@ progress "setup sysctl"
## In other situations, you can make things worse, since you are
## effectively giving less memory for applications.
########################################################################
echo 8192 > /proc/sys/vm/min_free_kbytes
echo 16384 > /proc/sys/vm/min_free_kbytes
if [ -f /etc/sysctl.conf ]; then
sysctl -p /etc/sysctl.conf > /dev/null 2>&1 &