commit | 20a297450dc2c49fc6c092c2b8e758d73cb665c5 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Sun Feb 09 17:43:44 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sun Feb 09 17:43:44 2025 -0800 |
tree | 2bdacecda1d873bf16748ed9a56c1ee88df18d97 | |
parent | 720c33982990e4560f0925a90af3dad44b15efc2 [diff] | |
parent | d89440f7294d16ecc0cdf515df3e06b35c4c16a2 [diff] |
Merge "Enable ballooning in aarch64" into main
diff --git a/build/debian/vm_config.json.aarch64 b/build/debian/vm_config.json.aarch64 index d41a29c..96254f8 100644 --- a/build/debian/vm_config.json.aarch64 +++ b/build/debian/vm_config.json.aarch64
@@ -34,5 +34,6 @@ "debuggable": true, "console_out": true, "console_input_device": "ttyS0", - "network": true + "network": true, + "auto_memory_balloon": true }