From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 988172C7A for ; Tue, 5 Apr 2016 09:36:56 +0200 (CEST) Received: from glumotte.dev.6wind.com (unknown [10.16.0.195]) by proxy.6wind.com (Postfix) with ESMTP id ED3D71FD1B for ; Tue, 5 Apr 2016 09:36:13 +0200 (CEST) From: Olivier Matz To: dev@dpdk.org Date: Tue, 5 Apr 2016 09:36:41 +0200 Message-Id: <1459841801-23376-1-git-send-email-olivier.matz@6wind.com> X-Mailer: git-send-email 2.1.4 Subject: [dpdk-dev] [PATCH] autotests: increase memory for group_2 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2016 07:36:56 -0000 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 --- app/test/autotest_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index 6f34d6b..dde4511 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" : [ { -- 2.1.4