mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-12 01:40:40 +01:00
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:
@@ -1,6 +1,6 @@
|
|||||||
loader="grub"
|
loader="grub"
|
||||||
cpu=1
|
cpu=1
|
||||||
memory=512M
|
memory=1024M
|
||||||
network0_type="virtio-net"
|
network0_type="virtio-net"
|
||||||
network0_switch="public"
|
network0_switch="public"
|
||||||
disk0_type="virtio-blk"
|
disk0_type="virtio-blk"
|
||||||
|
|||||||
Reference in New Issue
Block a user