From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: decrease memory requirements for sched Date: Fri, 23 Sep 2016 18:44:02 +0200 Message-ID: <3611370.y3LmGky6lb@xps13> References: <1473680329-29595-1-git-send-email-olivier.matz@6wind.com> <3EB4FA525960D640B5BDFFD6A3D8912647A74C0F@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dumitrescu, Cristian" To: Olivier Matz Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id EBB976932 for ; Fri, 23 Sep 2016 18:47:05 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id l132so40077788wmf.1 for ; Fri, 23 Sep 2016 09:47:05 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D8912647A74C0F@IRSMSX108.ger.corp.intel.com> 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 sched test consumes 35MB memory. When memory is too fragmented > > (with > > 2M hugepages), the test can fail. > > > > To reduce this risk, decrease it to 4.5MB by modifying > > n_pipes_per_subport and qsize. > > > > Signed-off-by: Olivier Matz > > Acked-by: Cristian Dumitrescu Applied, thanks