Bug fix : Increase NUMA nodes RAM 21/62321/1
authorDimitrios Markou <mardim@intracom-telecom.com>
Fri, 14 Sep 2018 13:55:06 +0000 (16:55 +0300)
committerDimitrios Markou <mardim@intracom-telecom.com>
Fri, 14 Sep 2018 13:58:08 +0000 (16:58 +0300)
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>
mcp/config/scenario/os-nosdn-nofeature-noha.yaml

index 7e07390..46c8bdd 100644 (file)
@@ -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