From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] autotests: increase memory for group_2 Date: Wed, 06 Apr 2016 12:10:30 +0200 Message-ID: <2253924.2zR7YO96q6@xps13> References: <1459841801-23376-1-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" To: Olivier Matz Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 0BF562C10 for ; Wed, 6 Apr 2016 12:12:09 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id l6so57975984wml.1 for ; Wed, 06 Apr 2016 03:12:09 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 Applied, thanks