diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2020-01-14 10:39:51 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2020-01-14 12:29:34 +0000 |
commit | 238ed19eb4d7cd755bbc95c40e2399cc66eb6fc1 (patch) | |
tree | 501610e2ad9a6c66f7a7e6219ad3a48f505061d5 /mcp/config | |
parent | 6da2c5d9fb43c15e0270880c88afc2061b284820 (diff) |
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 <Alexandru.Avadanii@enea.com>
(cherry picked from commit d1bc3bc3ce5460dcde97554780a3706fd510fe87)
Diffstat (limited to 'mcp/config')
-rw-r--r-- | mcp/config/scenario/os-nosdn-fdio-ha.yaml | 4 | ||||
-rw-r--r-- | 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 |