aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/nova-compute.yaml
diff options
context:
space:
mode:
authorSven Anderson <sven@redhat.com>2017-05-16 17:44:55 +0200
committerSven Anderson <sven@redhat.com>2017-06-01 13:38:42 +0200
commitcbf74d6e614aad829b93f99357d87eae0db6bca5 (patch)
treeee1b7115ce9bc5399d750813e8bfb9766235807c /puppet/services/nova-compute.yaml
parentb344f5994fcd16e562d55e6e00ad0980c5b32621 (diff)
Increase default for NovaReservedHostMemory to 4096
Idle compute nodes are found to already consume ~1.5GB of memory, so 2GB is a bit tight. Increasing to 4GB to be on the safe side. Also see https://bugzilla.redhat.com/show_bug.cgi?id=1341178 Change-Id: Ic95984b62a748593992446271b197439fa12b376
Diffstat (limited to 'puppet/services/nova-compute.yaml')
-rw-r--r--puppet/services/nova-compute.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/nova-compute.yaml b/puppet/services/nova-compute.yaml
index 16ccb9e0..e39e997a 100644
--- a/puppet/services/nova-compute.yaml
+++ b/puppet/services/nova-compute.yaml
@@ -72,7 +72,7 @@ parameters:
description: >
Reserved RAM for host processes.
type: number
- default: 2048
+ default: 4096
constraints:
- range: { min: 512 }
MonitoringSubscriptionNovaCompute: