diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-19 15:57:40 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-19 15:57:40 -0400 |
commit | 9b298662eb3ac56f6a12e32c70d13e878ed81742 (patch) | |
tree | c4f71015348608bb4d031d4f9f4bbe2cb74dbf8d /config/deploy/os-nosdn-ovs-noha.yaml | |
parent | 1e4742787c6c45b44f5e49de03ec8b1b1075c04e (diff) |
Modifies number of hugepages for compute nodes
2048 is the acceptable value where default Virtual deployments will
still work. A user can then modify deploy_settings in order to increase
number of huge pages to something other than the default.
JIRA: APEX-184
Change-Id: I7962c8e1ae09df60c51375b4ed343b44bce52b59
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'config/deploy/os-nosdn-ovs-noha.yaml')
-rw-r--r-- | config/deploy/os-nosdn-ovs-noha.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy/os-nosdn-ovs-noha.yaml b/config/deploy/os-nosdn-ovs-noha.yaml index 3082dcb4..d13fd9ca 100644 --- a/config/deploy/os-nosdn-ovs-noha.yaml +++ b/config/deploy/os-nosdn-ovs-noha.yaml @@ -19,6 +19,6 @@ deploy_options: libvirtpin: 1 kernel: hugepagesz: 2M - hugepages: 1024 + hugepages: 2048 intel_iommu: 'on' iommu: pt |