Disable emulator quickboot snapshots

The AVD's quickboot snapshot had grown to 2.6 GB, which took this machine down
to 1.4 GB free. Saving a minute of boot time is not worth that here, so cold
boot is now the default and the snapshot directory is gone.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-10 12:28:03 +02:00
co-authored by Claude Opus 5
parent 47049b39e7
commit 7c0a1bd180
+2 -1
View File
@@ -138,7 +138,8 @@ draft, store listing copy, Data safety draft, prominent disclosure for location.
An AVD named `nuvolari` is set up on this machine: API 36.1, `google_apis`, x86_64, An AVD named `nuvolari` is set up on this machine: API 36.1, `google_apis`, x86_64,
GPU passthrough to the host. It uses a 2 GB data partition and no SD card because disk GPU passthrough to the host. It uses a 2 GB data partition and no SD card because disk
is tight. is tight, and quickboot snapshots are disabled — they cost 2.6 GB to save a few seconds
of boot, which is the wrong trade here. Expect a cold boot of a minute or so.
```bash ```bash
# Boot it # Boot it