From 04b8d6a5bbd7c8f4b05c40855ef3efc79232b485 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 28 Mar 2022 10:57:07 -0400 Subject: [PATCH] raise time estimate for exec spawning --- static/usage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/usage.html b/static/usage.html index ded0bf32..efb26cee 100644 --- a/static/usage.html +++ b/static/usage.html @@ -651,7 +651,7 @@ using the traditional Zygote spawning model. This improves privacy and security at the expense of higher cold start app spawning time and higher initial memory usage. It doesn't impact runtime performance beyond the initial spawning time. It adds somewhere - in the ballpark of 100ms to app spawning time on the flagship devices and is only very + in the ballpark of 200ms to app spawning time on the flagship devices and is only very noticeable on lower-end devices with a weaker CPU and slower storage. The spawning time impact only applies when the app doesn't already have an app process and the OS will try to keep app processes cached in the background until memory pressure forces