### Description Starting the default with 4GiB fails: `qemu-system-aarch64: Addressing limited to 32 bits, but memory exceeds it by 1073741824 bytes` Need to reduce memory, to e.g. 2GiB. Since https://github.com/qemu/qemu/commit/3715c251cc781b263fbd7f7c535fde7a4da401c3 Most likely the `highmem=off` parameter to qemu should be parametrized, and not used with later versions. The reasons that caused it to be needed (for ARM) earlier, seems to no longer be true with QEMU 7.0. This was: `QEMU emulator version 6.2.50 (v6.1.0-3974-gf6620d0b34-dirty)`