app/test: decrease memory requirements for sched
authorOlivier Matz <olivier.matz@6wind.com>
Mon, 12 Sep 2016 11:38:49 +0000 (13:38 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 23 Sep 2016 16:43:25 +0000 (18:43 +0200)
commit1c03be3c61372541e706c415022b1b52566ff913
tree2a664c80d6f1a4c79e23fc0b5cb0c1018fc09c63
parentc4783d9666ffad2bd95742b1292f68996f750b26
app/test: decrease memory requirements for sched

The sched test consumes 35MB memory. When memory is too fragmented (with
2M hugepages), the test can fail.

To reduce this risk, decrease it to 4.5MB by modifying
n_pipes_per_subport and qsize.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
app/test/test_sched.c