Re: assigning more than 493 MB memory for qemu virtual machines

2009-06-25 Thread Siju George
On Wed, Jun 24, 2009 at 5:05 PM, wrote: > ulimit -a > Thankyou so much for all who replied i changed the values :datasize-max=2048M:\ :datasize-cur=2048M:\ under default:\ in /etc/login.conf and it works :-) --Siju

Re: assigning more than 493 MB memory for qemu virtual machines

2009-06-24 Thread todd
ulimit -a Penned by Siju George on 20090624 15:30.38, we have: | Hi, | | Trying to assign 512 MB memory to a qemu vrtual machine resulted in the error. | | $ sudo qemu -m 512 -hda wd0.img -hdb wd1.img -cdrom LATEST-Devel.iso | Could not map physical memory | | -m 493 works | -m 494 & -m 495 gi

Re: assigning more than 493 MB memory for qemu virtual machines

2009-06-24 Thread Janne Johansson
Siju George wrote: > Hi, > > Trying to assign 512 MB memory to a qemu vrtual machine resulted in the error. > > $ sudo qemu -m 512 -hda wd0.img -hdb wd1.img -cdrom LATEST-Devel.iso > Could not map physical memory > > -m 493 works > -m 494 & -m 495 gives segmentation fault > Is it a bug in qemu

Re: assigning more than 493 MB memory for qemu virtual machines

2009-06-24 Thread Paul de Weerd
On Wed, Jun 24, 2009 at 03:30:38PM +0530, Siju George wrote: | Trying to assign 512 MB memory to a qemu vrtual machine resulted in the error. Did you look at your ulimits ? Sounds like you're hitting ulimit -d... Check your login class, /etc/login.conf and ulimit -a and ulimit -aH. Cheers, Paul

Re: assigning more than 493 MB memory for qemu virtual machines

2009-06-24 Thread Joachim Schipper
On Wed, Jun 24, 2009 at 03:30:38PM +0530, Siju George wrote: > Hi, > > Trying to assign 512 MB memory to a qemu vrtual machine resulted in the error. > > $ sudo qemu -m 512 -hda wd0.img -hdb wd1.img -cdrom LATEST-Devel.iso > Could not map physical memory > > -m 493 works > Is it a bug in qemu

assigning more than 493 MB memory for qemu virtual machines

2009-06-24 Thread Siju George
Hi, Trying to assign 512 MB memory to a qemu vrtual machine resulted in the error. $ sudo qemu -m 512 -hda wd0.img -hdb wd1.img -cdrom LATEST-Devel.iso Could not map physical memory -m 493 works -m 494 & -m 495 gives segmentation fault then other interesting data $ sudo qemu -m 496 -hda wd0.i