From f0cb74e3b07d5de49dc875f8405e21d2a102e749 Mon Sep 17 00:00:00 2001 From: San Mehat Date: Fri, 26 Feb 2010 10:01:14 -0800 Subject: rootdir: init.rc: Enable I/O priorities for media server and vold Sets the media-server to class 'real-time' pri 4, and vold to class 'best effort' pri 2 Signed-off-by: San Mehat --- rootdir/init.rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rootdir') diff --git a/rootdir/init.rc b/rootdir/init.rc index 059ac0a5..7b7d7ba0 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -281,6 +281,7 @@ service servicemanager /system/bin/servicemanager service vold /system/bin/vold socket vold stream 0660 root mount + ioprio be 2 service netd /system/bin/netd socket netd stream 0660 root system @@ -302,6 +303,7 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys service media /system/bin/mediaserver user media group system audio camera graphics inet net_bt net_bt_admin + ioprio rt 4 service bootanim /system/bin/bootanimation user graphics -- cgit v1.2.3