From 831d8e1e3a08520369561087112ebf898e31704c Mon Sep 17 00:00:00 2001 From: San Mehat Date: Tue, 13 Oct 2009 12:24:47 -0700 Subject: [PATCH] rootdir: init.rc: Adjust background dirty writeout policy Signed-off-by: San Mehat --- rootdir/init.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rootdir/init.rc b/rootdir/init.rc index e77797098..5657f51f3 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -180,6 +180,10 @@ on boot # Set init its forked children's oom_adj. write /proc/1/oom_adj -16 + # Tweak background writeout + write /proc/sys/vm/dirty_expire_centisecs 200 + write /proc/sys/vm/dirty_background_ratio 5 + # Permissions for System Server and daemons. chown radio system /sys/android_power/state chown radio system /sys/android_power/request_state