Replace writepid with task_profiles command for cgroup migration
writepid command usage to join a cgroup has been deprecated in favor of a more flexible approach using task_profiles. This way cgroup path is not hardcoded and cgroup changes can be easily made. Replace writepid with task_profiles command to migrate between cgroups. Bug: 191283136 Test: build and boot Signed-off-by: Suren Baghdasaryan <surenb@google.com> Change-Id: I23dab5cbd92dd51b600b7c7879f94ad1f5707208
This commit is contained in:
parent
328d286262
commit
10afb4ad5a
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ service vendor.tuner-default /vendor/bin/hw/android.hardware.tv.tuner-service.ex
|
|||
user media
|
||||
group mediadrm drmrpc
|
||||
ioprio rt 4
|
||||
writepid /dev/cpuset/foreground/tasks
|
||||
task_profiles ProcessCapacityHigh
|
||||
onrestart restart media.tuner
|
||||
|
|
Loading…
Reference in a new issue