diff --git a/rootdir/init.zygote64_32.rc b/rootdir/init.zygote64_32.rc index 70297484a..fb9e99b69 100644 --- a/rootdir/init.zygote64_32.rc +++ b/rootdir/init.zygote64_32.rc @@ -12,7 +12,7 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s onrestart restart media onrestart restart netd onrestart restart wificond - writepid /dev/cpuset/foreground/tasks + task_profiles ProcessCapacityHigh MaxPerformance service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload class main @@ -22,4 +22,4 @@ service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote socket zygote_secondary stream 660 root system socket usap_pool_secondary stream 660 root system onrestart restart zygote - writepid /dev/cpuset/foreground/tasks + task_profiles ProcessCapacityHigh MaxPerformance