FIX: vpp not started with configuration for nat44ed with 16M sessions 93/29393/16
authorJan Gelety <jgelety@cisco.com>
Tue, 15 Sep 2020 04:04:15 +0000 (06:04 +0200)
committerJan Gelety <jgelety@cisco.com>
Thu, 15 Oct 2020 13:59:45 +0000 (13:59 +0000)
- after merge of commit vppinfra: use heap to store bihash data |
   https://gerrit.fd.io/r/c/vpp/+/29099
  it is necessary to allocate 14GB of memory for main heap in case
  of nat44ed test with 16.5M sessions

Change-Id: I65dccdd4f50382b1b40cdffd2d9031ffb7d3bfa1
Signed-off-by: Jan Gelety <jgelety@cisco.com>
tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.robot

index 9f17649..0f1694a 100644 (file)
@@ -89,7 +89,7 @@
 # Traffic profile:
 | ${traffic_profile}= | trex-stl-ethip4udp-${n_hosts}u${n_ports}p-udir
 # Main heap size multiplicator
-| ${heap_size_mult}= | ${3}
+| ${heap_size_mult}= | ${7}
 
 *** Keywords ***
 | Local Template