commit | 378f7387ab4b4a030cdcf54aecaccc2009b96801 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed Mar 09 15:12:11 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Wed Mar 09 15:15:23 2022 +0000 |
tree | 49bcbfe76c8621391672ae813e898213c155f1a8 | |
parent | 03ef64b4827277ef0478c3a82a441c982e4c20c9 [diff] |
Use default VM memory size except when compiling The effect of this is that the VM started by compos_verify is smaller, as well as only using 1 CPU. (It does very little, so this should be fine.) And that should reduce its impact on boot time. Compilation: "--mem" "1024" "--cpus" "8" Verification: "--mem" "1024" "--cpus" "8" Bug: 220824234 Test: staged-apex-compile, reboot, check logs. Change-Id: I1101965fb532abe7923ec133920d62f5eacfd108
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.