2

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.

ETL
  • 6,443
  • 1
  • 26
  • 47
  • Check the kernel command line. In a generic sense it's used to be set there. i.e. cat /proc/cmdline – hookenz Aug 29 '15 at 00:49

2 Answers2

2

I just found my answer... /boot/extlinux.conf has the start up parameters.

ETL
  • 6,443
  • 1
  • 26
  • 47
1

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

Boden Garman
  • 210
  • 1
  • 6