mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
busybox: increase min_free_kbytes size
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user