From d1bc3bc3ce5460dcde97554780a3706fd510fe87 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 14 Jan 2020 10:39:51 +0100 Subject: [PATCH] fdio virtual: Bump cmp/gtw RAM to avoid OOM 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 --- mcp/config/scenario/os-nosdn-fdio-ha.yaml | 4 ++-- mcp/config/scenario/os-nosdn-fdio-noha.yaml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mcp/config/scenario/os-nosdn-fdio-ha.yaml b/mcp/config/scenario/os-nosdn-fdio-ha.yaml index 6415d0499..b010f7ab6 100644 --- a/mcp/config/scenario/os-nosdn-fdio-ha.yaml +++ b/mcp/config/scenario/os-nosdn-fdio-ha.yaml @@ -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 diff --git a/mcp/config/scenario/os-nosdn-fdio-noha.yaml b/mcp/config/scenario/os-nosdn-fdio-noha.yaml index 028f3132a..64b4aaf57 100644 --- a/mcp/config/scenario/os-nosdn-fdio-noha.yaml +++ b/mcp/config/scenario/os-nosdn-fdio-noha.yaml @@ -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 -- 2.16.6