Peter Collingbourne | d77b91b | 2022-09-29 17:17:28 -0700 | [diff] [blame] | 1 | import /system/etc/init/hw/init.zygote64.rc |
Narayan Kamath | 7cdbbca | 2014-05-21 11:20:42 +0100 | [diff] [blame] | 2 | |
Narayan Kamath | f403e64 | 2017-02-07 16:08:42 +0000 | [diff] [blame] | 3 | service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload |
Narayan Kamath | 7cdbbca | 2014-05-21 11:20:42 +0100 | [diff] [blame] | 4 | class main |
Vitalii Tomkiv | 372e547 | 2016-05-18 17:40:41 -0700 | [diff] [blame] | 5 | priority -20 |
Nick Kralevich | c21169c | 2016-11-02 13:35:12 -0700 | [diff] [blame] | 6 | user root |
Jeff Sharkey | 9410d57 | 2018-01-05 17:16:49 -0700 | [diff] [blame] | 7 | group root readproc reserved_disk |
Narayan Kamath | 7cdbbca | 2014-05-21 11:20:42 +0100 | [diff] [blame] | 8 | socket zygote_secondary stream 660 root system |
Chris Wailes | 4a25816 | 2019-02-22 11:35:08 -0800 | [diff] [blame] | 9 | socket usap_pool_secondary stream 660 root system |
Narayan Kamath | 7cdbbca | 2014-05-21 11:20:42 +0100 | [diff] [blame] | 10 | onrestart restart zygote |
Tim Murray | e2318a2 | 2020-06-16 12:03:57 -0700 | [diff] [blame] | 11 | task_profiles ProcessCapacityHigh MaxPerformance |