Change Nutanix Community Edition CVM Memory

This little blogpost will explain howto change the CVM memory size in Nutanix Community Edition. I assume you are here because you got an error similar to this:

As you can see the CVM has to much memory assigned and can’t start on the node. To change this we need to edit CVM parameter file. Type: virsh edit <cvm_machine_name>

When you are in the editor type the “i” button to switch to insert mode. Now you can change the file. Change the values in red to 20971520 (CVM will get 20GB memory).

If you don’t have the NUMA part skip it. Only change the memory where you can. Don’t change or add other parts.

When ready type ESCAPE and the “:wq” (without the “”). This will save the file.

Type: virsh dominfo <cvm_machine_name> to check the settings. If it is correct then start the CVM with: virsh start <cvm_machine_name>

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Posts

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top