Re: bhyve: simplify memory assignment to VMs

2013-03-18 Thread Neel Natu
Hi, On Mon, Mar 11, 2013 at 11:08 AM, Neel Natu wrote: > Hi, > > I am going to commit a change soon that simplifies how memory is > assigned to a VM from a command line perspective. > > At the moment if you want to create a VM with say 8GB of memory you > need to express this as "-m 2048 -M 6144"

bhyve: simplify memory assignment to VMs

2013-03-11 Thread Neel Natu
Hi, I am going to commit a change soon that simplifies how memory is assigned to a VM from a command line perspective. At the moment if you want to create a VM with say 8GB of memory you need to express this as "-m 2048 -M 6144" or "-m 1024 -M 7168" or some split that adds up to 8192MB. This is v