commit | 98099fa43f472f72b6521d1c94af48d545ba1ff6 | [log] [tgz] |
---|---|---|
author | Vincent Donnefort <vdonnefort@google.com> | Tue Mar 26 17:14:14 2024 +0000 |
committer | Vincent Donnefort <vdonnefort@google.com> | Tue May 28 14:48:44 2024 +0100 |
tree | 0c5a8a19b8b6c3ff26d2a7f2eb93b3c8b09ea4c2 | |
parent | f3ebae9dda9b1a991d10dab99d969361472747c7 [diff] |
compos: Enable huge_pages The huge_pages VM option (a.k.a. transparent huge-pages in kernel land) gives a hint to the kernel the guest memory can be backed with huge-pages. (i.e. 2MB on 4K arm64 systems). On a Pixel6, this lead to a 2 seconds improvement, out of a total of 30 seconds for test-compile. Notice although this will have no effect, until /sys/kernel/mm/transparent_hugepages/shmem_enabled is set to "advise". Bug: 278011447 Change-Id: Ic3da81c0ae7777a4954d4cbd9ab7e8a0ac7652c9
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: