mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-10 16:59:46 +01:00
Increase memory in Ubuntu template
Recent versions of Ubuntu require more to even boot, since the initramfs is large.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
loader="grub"
|
||||
cpu=1
|
||||
memory=512M
|
||||
memory=1024M
|
||||
network0_type="virtio-net"
|
||||
network0_switch="public"
|
||||
disk0_type="virtio-blk"
|
||||
|
||||
Reference in New Issue
Block a user