app/test: increase memory for group 2

The hash test (located in group_2) may require more than 64MB of memory,
especially if the memory is physically fragmented, making the test to
fail. So increase the memory to 128MB to avoid this issue.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
This commit is contained in:
Olivier Matz 2016-04-05 09:36:41 +02:00 committed by Thomas Monjalon
parent 61017c01e4
commit 62a6588f2a

View File

@ -109,7 +109,7 @@ def per_sockets(num):
},
{
"Prefix": "group_2",
"Memory" : "64",
"Memory" : "128",
"Tests" :
[
{