Temporarily set the VM's default memory to 2048 MiB

2048 is a known working lower limit for odrefresh to complete (we
haven't looked into the actual memory usage, but the default of 256 is
far from enough).  Once the payload app can customize the VM's memory, we
should remove the default override.

Bug: 192294431
Bug: 192690283
Test: atest

Change-Id: I7779308d9f9872d1d1f518596b2679cb4b67c3ca
2 files changed
tree: 1fe35356db5a16519b5309bbf32939e831a7e2aa
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. compos/
  5. demo/
  6. docs/
  7. javalib/
  8. launcher/
  9. microdroid/
  10. microdroid_manager/
  11. tests/
  12. virtualizationservice/
  13. vm/
  14. vmconfig/
  15. zipfuse/
  16. .clang-format
  17. Android.bp
  18. OWNERS
  19. PREUPLOAD.cfg
  20. README.md
  21. TEST_MAPPING
README.md

Virtualization

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.