tests: configure 32 mb physmem

Absolutely nothing good happens when we force the kernel to briefly
map and then unmap 16gb as vpp starts. Effect exacerbated when
TEST_JOBS = 20...40, and so forth.

Type: test

Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: Id8e3ce1763cad3a0891d5d6c8d2c1e3e610682d7
This commit is contained in:
Dave Barach
2019-12-25 09:24:58 -05:00
committed by Andrew Yourtchenko
parent 15d7fd0fe0
commit 4ed2598562
2 changed files with 2 additions and 2 deletions

View File

@ -381,6 +381,7 @@ class VppTestCase(unittest.TestCase):
"prefix", cls.shm_prefix, "}", "cpu", "{",
"main-core", str(cpu_core_number),
cls.worker_config, "}",
"physmem", "{", "max-size", "32m", "}",
"statseg", "{", "socket-name", cls.stats_sock, "}",
"socksvr", "{", "socket-name", cls.api_sock, "}",
"plugins",