mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
busybox: increase min_free_kbytes size
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
13f5a23016
commit
e24ab89ec2
@ -32,7 +32,7 @@ progress "setup sysctl"
|
|||||||
## In other situations, you can make things worse, since you are
|
## In other situations, you can make things worse, since you are
|
||||||
## effectively giving less memory for applications.
|
## 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
|
if [ -f /etc/sysctl.conf ]; then
|
||||||
sysctl -p /etc/sysctl.conf > /dev/null 2>&1 &
|
sysctl -p /etc/sysctl.conf > /dev/null 2>&1 &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user