Github user kmccormick commented on the pull request: https://github.com/apache/cloudstack/pull/766#issuecomment-136810812 OK, reworked this a bit. Removed dom0ram and using only _dom0MinMem now. This line should cause a 1GB default if the value isn't specified in the file: _dom0MinMem = NumbersUtil.parseInt(value, 1024) * 1024 * 1024L; No longer doing the odd min/max calculation, just using either the fixed default or the admin specified value.
--- 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. ---