From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2D67591BF for ; Thu, 19 May 2016 14:07:08 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 19 May 2016 05:06:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,334,1459839600"; d="scan'208";a="984494275" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.137]) ([10.237.221.137]) by fmsmga002.fm.intel.com with ESMTP; 19 May 2016 05:06:37 -0700 From: Sergio Gonzalez Monroy To: =?UTF-8?B?5byg5Lyf?= Cc: dev@dpdk.org References: <340cd47b.eb8c.154c4a63296.Coremail.zhangwqh@126.com> Message-ID: <6dbf655d-4c6a-643b-7d07-8b8da4f83dd4@intel.com> Date: Thu, 19 May 2016 13:06:33 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <340cd47b.eb8c.154c4a63296.Coremail.zhangwqh@126.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] EAL: memzone_reserve_aligned_thread_unsafe(): No more room in config 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: Thu, 19 May 2016 12:07:08 -0000 On 18/05/2016 17:15, 张伟 wrote: > Hi all, > > > When using dpdk multi process client server example, I create many clients. After the number of clients 1239, I met this error: > > EAL: memzone_reserve_aligned_thread_unsafe(): No more room in config > > RING: Cannot reserve memory > > EAL: Error - exiting with code: 1 > > Cause: Cannot create tx ring queue for client 1239 > > I have 32G huge page memory. Can anyone give some guidance how to increase the memzone memory? Which parameter should I adjust it? Usually that error means that you need to increase the following config value: CONFIG_RTE_MAX_MEMZONE Sergio