commit | f9ffe065cd91019e3c9bcdbf769f51a0cad1c0f4 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Jan 31 22:36:24 2025 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Fri Jan 31 22:36:24 2025 +0900 |
tree | 693260b7b9039610a9914b3d22dae5dd1c72c921 | |
parent | 5ea4fef00d0fa7312992f307657900833a5267b8 [diff] |
Enable ballooning in x86_64 Bug: 392795840 Test: n/a Change-Id: Id3fcb066cbe844e6e4ae5c815370877512e92703
diff --git a/build/debian/vm_config.json.x86_64 b/build/debian/vm_config.json.x86_64 index 496e684..c34a0f2 100644 --- a/build/debian/vm_config.json.x86_64 +++ b/build/debian/vm_config.json.x86_64
@@ -43,5 +43,6 @@ "debuggable": true, "console_out": true, "console_input_device": "ttyS0", - "network": true + "network": true, + "auto_memory_balloon": true }