Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db77f881 authored by Martijn Coenen's avatar Martijn Coenen Committed by Android (Google) Code Review
Browse files

Merge "Update documentation on AppZygote limits." into main

parents 11b2912a 86b15017
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -2986,7 +2986,12 @@
             depends on the number of isolated services that an application starts,
             and how much memory those services save by preloading and sharing memory with
             the app zygote. Therefore, it is recommended to measure memory usage under
             typical workloads to determine whether it makes sense to use this flag. -->
             typical workloads to determine whether it makes sense to use this flag.

             <p>There is a limit to the number of isolated services that can be spawned from
                the Application Zygote; the absolute limit is 100, but due to potential
                delays in service process cleanup, a much safer limit to use in practice is 50.
             -->
        <attr name="useAppZygote" format="boolean" />
        <!-- If this is a foreground service, specify its category. -->
        <attr name="foregroundServiceType" />