We moved this page to our Documentation Portal. You can find the latest updates here. |
Issue
My VM is not showing RAM correctly. Issue can be related to the Hot Resize Template option.
Environment
OnApp Cloud All version
Resolution
If you want to prevent memory reservation for hot_resize, we should totally disable the possibility of resize without reboot for this template. It will affect all VMs built from this template.
Now, this needs to be set on a per template basis in the database:
mysql> update templates set resize_without_reboot_policy='---\n:xen:\n :centos5: 0\n :centos6: 0\n :centos7: 0\n:kvm:\n :centos5: 0\n :centos6: 0\n :centos7: 0\n' where id=TEMPLATE_ID;