fdio virtual: Bump cmp/gtw RAM to avoid OOM 42/69542/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 14 Jan 2020 09:39:51 +0000 (10:39 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 14 Jan 2020 10:29:24 +0000 (11:29 +0100)
Some PODs (e.g. ericsson-virtual*) use more than 5000 x 2M hugepages,
together with 3G+ per-socket dpdk memory. Adjust our FDIO scenario
definitions to accomodate such configurations without triggering the
OOM.

Change-Id: Ibce2316f158bde98ad8e54f3eec75a827982d417
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
mcp/config/scenario/os-nosdn-fdio-ha.yaml
mcp/config/scenario/os-nosdn-fdio-noha.yaml

index 6415d04..b010f7a 100644 (file)
@@ -40,8 +40,8 @@ virtual:
   cmp001:
     disks: 100G;100G
     vcpus: 4
-    ram: 12288
+    ram: 14336
   cmp002:
     disks: 100G;100G
     vcpus: 4
-    ram: 12288
+    ram: 14336
index 028f313..64b4aaf 100644 (file)
@@ -25,36 +25,36 @@ virtual:
     ram: 14336
   gtw01:
     vcpus: 8
-    ram: 12288
+    ram: 14336
     cpu_topology:
       sockets: 1
       cores: 4
       threads: 2
     numa:
       cell0:
-        memory: 12582912
+        memory: 14680064
         cpus: 0-7
   cmp001:
     disks: 100G;100G
     vcpus: 8
-    ram: 12288
+    ram: 14336
     cpu_topology:
       sockets: 1
       cores: 4
       threads: 2
     numa:
       cell0:
-        memory: 12582912
+        memory: 14680064
         cpus: 0-7
   cmp002:
     disks: 100G;100G
     vcpus: 8
-    ram: 12288
+    ram: 14336
     cpu_topology:
       sockets: 1
       cores: 4
       threads: 2
     numa:
       cell0:
-        memory: 12582912
+        memory: 14680064
         cpus: 0-7