diff options
author | Dimitrios Markou <mardim@intracom-telecom.com> | 2018-09-14 16:55:06 +0300 |
---|---|---|
committer | Dimitrios Markou <mardim@intracom-telecom.com> | 2018-09-14 16:58:08 +0300 |
commit | 27ed4796ac54da3c598929c1aeaed62ba14a533b (patch) | |
tree | 5ed11b33703cf07b1ca57f79dd3f9bfcfcea0864 /mcp/config/scenario/os-nosdn-nofeature-noha.yaml | |
parent | a40e50c04f27e322e3b4f4e96fe61b78f420937d (diff) |
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 <mardim@intracom-telecom.com>
Diffstat (limited to 'mcp/config/scenario/os-nosdn-nofeature-noha.yaml')
-rw-r--r-- | mcp/config/scenario/os-nosdn-nofeature-noha.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |