Github user wido commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/766#discussion_r38409667 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java --- @@ -258,7 +258,7 @@ private String _updateHostPasswdPath; - private int _dom0MinMem; + private long _dom0MinMem; --- End diff -- Agree, I think we should always reserve at least 1GB to keep a system alive. Admins can always set it so something lower.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---