[ovirt-users] Hosted Engine increase memory

Yanir Quinn yquinn at redhat.com
Sun Jul 30 08:25:11 UTC 2017


Hi,
In order to increase the memory allocation or the cpu cores of the hosted
engine VM, the VM must be brought down and the vm.conf configuration file
must be edited on every hypervisor:

Set global maintenance mode from the hypervisor the VM is currently running
on:
# hosted-engine --set-maintenance --mode=global

Cleanly shutdown the engine VM:
# hosted-engine --vm-shutdown
Makes sure the VM is Down and not 'Powering Off' before proceeding:
# hosted-engine --vm-status
Edit /etc/ovirt-hosted-engine/vm.conf on *each* hypervisor, and change
these lines to whatever amount of RAM in MB / CPU cores you wish the
VM to have:

memSize=4096
smp=1   *smp = number of virtual cores*

Start the VM again:# hosted-engine --vm-start
And take it out of maintenance mode:
# hosted-engine --set-maintenance --mode=none

Regards,
Yanir Quinn


On Sat, Jul 29, 2017 at 1:36 AM, gregor <gregor_forum at catrix.at> wrote:

> Hi,
>
> is it possible to increase the memory of an hosted engine after the
> installation?
>
> cheers
> gregor
> _______________________________________________
> Users mailing list
> Users at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20170730/7005b158/attachment.html>


More information about the Users mailing list