From 0c982e56af824cfbd621e6b4e8ca3183b87ea5e9 Mon Sep 17 00:00:00 2001 From: Ziyan Date: Sun, 3 Jan 2016 21:44:58 +0100 Subject: Switch back to CFQ as the default I/O scheduler While BFQ significantly boosts the I/O throughput, it causes random lockups. We possibly have something conflicting with it in the kernel, but until it's fixed, let's switch back to CFQ. Change-Id: I8e189c16b09f3981836f22370c5a57025c9175c4 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device.mk') diff --git a/device.mk b/device.mk index a8ecbe0..01840af 100755 --- a/device.mk +++ b/device.mk @@ -187,7 +187,7 @@ ADDITIONAL_BUILD_PROPERTIES += \ # I/O Scheduler PRODUCT_PROPERTY_OVERRIDES += \ - sys.io.scheduler=bfq + sys.io.scheduler=cfq PRODUCT_PROPERTY_OVERRIDES += \ ro.opengles.version=131072 \ -- cgit v1.1