Allocate sufficient shm for the number of cores. 83/17683/1
authorPaul Vinciguerra <[email protected]>
Tue, 19 Feb 2019 13:31:49 +0000 (08:31 -0500)
committerPaul Vinciguerra <[email protected]>
Tue, 19 Feb 2019 13:31:49 +0000 (08:31 -0500)
commitafbd4e1110a24760b922b6dd9d5838baf1b7f8cc
tree523abd0f6d9936a591b8f19e1d95a66d0acfc08c
parentafa8332ca87a5ee1728ff0f438224ee466406a6d
Allocate sufficient shm for the number of cores.

    # for 4 cores:
    # framework.VppTestCase.MIN_REQ_SHM + (num_cores * framework.VppTestCase.SHM_PER_PROCESS)
    # 1073741824 == 1024M (1073741824 >> 20)

Change-Id: Iac56d69a48df019426e6b914d085635c8cd4df74
Signed-off-by: Paul Vinciguerra <[email protected]>
jjb/scripts/setup_vpp_ubuntu_docker_test.sh