
mike.mcclurg at citrix
May 17, 2012, 7:21 AM
Post #2 of 2
(404 views)
Permalink
|
On 17/05/12 12:53, Nycko wrote: > Hi, I have been trying without success to change the memory in my dom0. > > I'm using ubuntu 4.12 with xcp-xapi (kronos) until then try adding the line: > GRUB_CMDLINE_XEN_DEFAULT = "dom0_mem=512M nosmp" in /etc/default/grub > and update-grup but not work. > try changing the order in /etc/grub.d/ but not Hi Nycko, Try GRUB_CMDLINE_XEN_DEFAULT = "dom0_mem=512M,max:512M nosmp". If that doesn't work, try it without the nosmp, just to see if the memory setting works. See this blog post for dom0_mem info: http://blog.xen.org/index.php/2012/04/30/do%ef%bb%bfm0-memory-where-it-has-not-gone/ Mike _______________________________________________ Xen-api mailing list Xen-api [at] lists http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
|