Skip to content

Commit 13bdba8

Browse files
RickyiuTreehugger Robot
authored and
Treehugger Robot
committed
Put update_engine to blkio background group
To lower the IO priority of update_engine. It only works on devices that support blkio cgroup. Bug: 140151970 Test: update_engine put to blkio background group correctly Change-Id: I8b688c7625c64366b066603996572413ba6451ee
1 parent 413d572 commit 13bdba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_engine.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service update_engine /system/bin/update_engine --logtostderr --logtofile --fore
22
class late_start
33
user root
44
group root system wakelock inet cache media_rw
5-
writepid /dev/cpuset/system-background/tasks
5+
writepid /dev/cpuset/system-background/tasks /dev/blkio/background/tasks
66
disabled
77

88
on property:ro.boot.slot_suffix=*

0 commit comments

Comments
 (0)