right now i can succesfully run vms with memory of 2G. Anything above
will bring following error:

vmd_configure: not creating vm vm1.virt.net (disabled)
vmd_configure: not creating vm vm2.virt.net (disabled)
vmd_configure: not creating vm vm3.virt.net (disabled)
vmd_configure: not creating vm vm4.virt.net (disabled)
vmd_configure: not creating vm vm5.virt.net (disabled)
vm_opentty: vm vm4.virt.net tty /dev/ttypf uid 0 gid 4 mode 620
vm4.virt.net: create vmm ioctl failed - exiting: Invalid argument
vm4.virt.net: failed to start vm: No such file or directory

vm.conf is
vm "vm4.virt.net" {
        disable
        memory 6G
        disk "/home/jan/virt/4/img0.raw"
        interface { switch "inner"
                    lladdr "fe:e1:ba:d6:bf:ef" }
}


openbsd 6.1 should be able to run guests with more than 2G ?!
Did i miss something ?


$ dmesg | head
OpenBSD 6.1-current (GENERIC.MP) #67: Mon Apr 17 15:22:46 MDT 2017


[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP

                   real mem = 8243118080 (7861MB)
avail mem = 7988613120 (7618MB)

Reply via email to