From: Olivier Matz Date: Tue, 5 Apr 2016 07:36:41 +0000 (+0200) Subject: app/test: increase memory for group 2 X-Git-Tag: spdx-start~7075 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=62a6588f2af71d34f396c0a91fce9e88e2ad1e66;p=dpdk.git 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 Acked-by: Pablo de Lara --- diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index 6f34d6b9e3..dde4511161 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -109,7 +109,7 @@ parallel_test_group_list = [ }, { "Prefix": "group_2", - "Memory" : "64", + "Memory" : "128", "Tests" : [ {