summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-03-28 10:57:07 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-03-28 10:57:07 -0400
commit04b8d6a5bbd7c8f4b05c40855ef3efc79232b485 (patch)
tree77cd6fef25d14a788b6fde006369bf36f6569505
parenta3835e6f1eaa8972c7bc3f93466ce22bdde978bd (diff)
raise time estimate for exec spawning
-rw-r--r--static/usage.html2
1 files changed, 1 insertions, 1 deletions
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