Just running `limactl edit` does not change the actual disk image, I guess one has to run `qemu-img` manually (for now) ``` qemu-img resize ~/.lima/almalinux-8/diffdisk 30G qemu-img info ~/.lima/almalinux-8/diffdisk ``` After that, it seems to have done the rest of the work on next start (changed it in the lima.yaml, to `disk: "30GiB"`). _Originally posted by @afbjorklund in https://github.com/lima-vm/lima/discussions/1446#discussioncomment-5487504_ Of course it should only allow increasing the disk size, as reducing it will corrupt the existing partition.