From e49327c478fb266619b364273ddf87f1a248f361 Mon Sep 17 00:00:00 2001 From: John Dias Date: Tue, 20 Jun 2017 16:41:38 -0700 Subject: [PATCH] Change i/o scheduler back to cfq With noop scheduler, I see dramatic jank with an irritant i/o thread; going back to cfq, which doesn't have nearly the same negative impact on UX. Bug: 62375787 Test: boot, scroll a lot Change-Id: I3c1ad17f432b25b5359f813e070fd1266dac1f87 --- init-common.rc | 1 - 1 file changed, 1 deletion(-) diff --git a/init-common.rc b/init-common.rc index 63e62f9..608b3d3 100644 --- a/init-common.rc +++ b/init-common.rc @@ -10,7 +10,6 @@ on late-fs on property:sys.boot_completed=1 # end boot time fs tune - write /sys/block/sda/queue/scheduler noop write /sys/block/sda/queue/read_ahead_kb 512 write /sys/block/sda/queue/nr_requests 128 write /sys/block/sda/queue/iostats 1