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_fo...@catrix.at> wrote:

> Hi,
>
> is it possible to increase the memory of an hosted engine after the
> installation?
>
> cheers
> gregor
> _______________________________________________
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to