From: Jan Gelety Date: Tue, 15 Sep 2020 04:04:15 +0000 (+0200) Subject: FIX: vpp not started with configuration for nat44ed with 16M sessions X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=6eba38a2ae91473c0a8bededb5d603f2ae303f4d FIX: vpp not started with configuration for nat44ed with 16M sessions - 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 --- diff --git a/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.robot b/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.robot index 9f17649ce0..0f1694a3c3 100644 --- a/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.robot +++ b/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.robot @@ -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