From 9b298662eb3ac56f6a12e32c70d13e878ed81742 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 19 Aug 2016 15:57:40 -0400 Subject: 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 --- config/deploy/os-odl_l2-fdio-ha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/deploy/os-odl_l2-fdio-ha.yaml') 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 -- cgit 1.2.3-korg