mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
busybox: increase min_free_kbytes size
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
463dc63cf3
commit
327474361b
@ -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 &
|
||||
|
Loading…
x
Reference in New Issue
Block a user