Skip to content
Snippets Groups Projects
Commit 2ed44e38 authored by Pablo de Lara's avatar Pablo de Lara Committed by Thomas Monjalon
Browse files

app/test: fix memory needs


Since commit b91c67e5,
maximum number of cores is 128, which has increase
the total memory necessary for a rte_mempool structure,
as the per-lcore local cache has been doubled in size.
Therefore, eal_flags unit test was broken since it needed
to use more hugepages.

Increased memory to 18MB, as that is the actual minimum memory necessary
(depending on the physical memory segments, DPDK may need less memory)

Signed-off-by: default avatarPablo de Lara <pablo.de.lara.guarch@intel.com>
parent c062d3eb
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment