From 27ed4796ac54da3c598929c1aeaed62ba14a533b Mon Sep 17 00:00:00 2001 From: Dimitrios Markou Date: Fri, 14 Sep 2018 16:55:06 +0300 Subject: Bug fix : Increase NUMA nodes RAM Each compute node has 16 GB of RAM but those GBs are splited wrongly to each NUMA node (4 GB instead of 8 GB). JIRA: FUEL-387 Change-Id: Ibe784727c8a262b41add04ad3a41c70f25ded684 Signed-off-by: Dimitrios Markou --- mcp/config/scenario/os-nosdn-nofeature-noha.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mcp/config') diff --git a/mcp/config/scenario/os-nosdn-nofeature-noha.yaml b/mcp/config/scenario/os-nosdn-nofeature-noha.yaml index 7e0739037..46c8bddc1 100644 --- a/mcp/config/scenario/os-nosdn-nofeature-noha.yaml +++ b/mcp/config/scenario/os-nosdn-nofeature-noha.yaml @@ -34,10 +34,10 @@ virtual: threads: 2 numa: cell0: - memory: 4194304 + memory: 8388608 cpus: 0-3 cell1: - memory: 4194304 + memory: 8388608 cpus: 4-7 cmp002: vcpus: 8 @@ -48,8 +48,8 @@ virtual: threads: 2 numa: cell0: - memory: 4194304 + memory: 8388608 cpus: 0-3 cell1: - memory: 4194304 + memory: 8388608 cpus: 4-7 -- cgit 1.2.3-korg