commit | d89440f7294d16ecc0cdf515df3e06b35c4c16a2 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Jan 31 22:40:59 2025 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Fri Feb 07 06:09:04 2025 -0800 |
tree | 8dfb59132ad31acab64feaf5253f078f0ec03001 | |
parent | f9ffe065cd91019e3c9bcdbf769f51a0cad1c0f4 [diff] |
Enable ballooning in aarch64 Bug: 392795840 Test: check if terminal app work well even with large memory usage Change-Id: Iefaf20cdd27a21db5eed0b0736a25d8766bda819
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 }