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-odl_l2-fdio-ha.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-odl_l2-fdio-ha.yaml')
-rw-r--r-- | config/deploy/os-odl_l2-fdio-ha.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy/os-odl_l2-fdio-ha.yaml b/config/deploy/os-odl_l2-fdio-ha.yaml index c66b35b6..75d79ce7 100644 --- a/config/deploy/os-odl_l2-fdio-ha.yaml +++ b/config/deploy/os-odl_l2-fdio-ha.yaml @@ -21,6 +21,6 @@ deploy_options: libvirtpin: 1 kernel: hugepagesz: 2M - hugepages: 4096 + hugepages: 2048 intel_iommu: 'on' iommu: pt |