Merge pull request #553 from process/patch-1

Increase memory in Ubuntu template. Recent versions of Ubuntu require more than 512M to even boot, since the initramfs is large.
This commit is contained in:
Mateusz Kwiatkowski
2025-02-12 16:29:12 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
loader="grub"
cpu=1
memory=512M
memory=1024M
network0_type="virtio-net"
network0_switch="public"
disk0_type="virtio-blk"