commit | 1e2c1c3625df7594385d1b6991e58ce2222f3a53 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Sun Feb 02 22:49:33 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sun Feb 02 22:49:33 2025 -0800 |
tree | 8ba76e3d4e8f34e2f45c6511ac6c00895a9371f4 | |
parent | 5809d6baa9d730f8a97866eb51a0312146dcde2b [diff] | |
parent | f9ffe065cd91019e3c9bcdbf769f51a0cad1c0f4 [diff] |
Merge "Enable ballooning in x86_64" into main
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 }