xenserver VM 메모리 강제 지정

작성자 : 서진우 (alang@clunix.com)
간혹 XenCenter 상에서 VM의 메모리 변경이 안될 경우가 있다. 이때 command 상에서 메모리
할당을 하는 명령 구문이다.
# xe vm-memory-limits-set uuid=<vm uuid> static-min=64GiB static-max=64GiB dynamic-min=64GiB dynamic-max=64GiB
작성자 : 서진우 (alang@clunix.com)
간혹 XenCenter 상에서 VM의 메모리 변경이 안될 경우가 있다. 이때 command 상에서 메모리
할당을 하는 명령 구문이다.
# xe vm-memory-limits-set uuid=<vm uuid> static-min=64GiB static-max=64GiB dynamic-min=64GiB dynamic-max=64GiB