From bb151769165d09dc56c40ed4fe18807f49f05ff9 Mon Sep 17 00:00:00 2001 From: followmsi Date: Thu, 14 Feb 2019 14:08:25 +0100 Subject: [PATCH] deb: do not set swappiness --- rootdir/etc/init.deb.rc | 2 -- 1 file changed, 2 deletions(-) diff --git a/rootdir/etc/init.deb.rc b/rootdir/etc/init.deb.rc index 65ab674..5d3870a 100644 --- a/rootdir/etc/init.deb.rc +++ b/rootdir/etc/init.deb.rc @@ -90,8 +90,6 @@ on boot # Enable DEBUG_SUSPEND, DEBUG_EXIT_SUSPEND, and DEBUG_WAKEUP write /sys/module/wakelock/parameters/debug_mask 7 - write /proc/sys/vm/swappiness 0 - #To allow interfaces to get v6 address when tethering is enabled write /proc/sys/net/ipv6/conf/rmnet0/accept_ra 2 write /proc/sys/net/ipv6/conf/rmnet1/accept_ra 2