Comment 5 for bug 1576564

Revision history for this message
Stefan Bader (smb) wrote :

Darn, I was chasing my own stupidity. Seems that when I added the memory limit I got the syntax wrong (which seems to cause less issues for 64bit than it does for 32bit). I was using "dom0_mem=xM:max=xM" which is wrong. The correct syntax is "dom0_mem=xM,max:xM". The result of the bad syntax most likely is that dom0 gets xM of memory active but the full memory as possible spare.