Find the current memory setting for dom0 – XenServer 6.5

xenserver

On XenServer 6.5, I could find how to set the memory settings but I couldn't find how to read the current setting (what's the min, what's the max values) from the command line or by looking into a file.

Some posts on-line refers to /etc/default/grub file but that is for an older version of XenServer.

Best Answer

You can also run /opt/xensource/libexec/xen-cmdline --get-xen dom0_mem

eg: /opt/xensource/libexec/xen-cmdline --get-xen dom0_mem dom0_mem=4096M,max:4096M

Related Topic