From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 1 Apr 2015 09:13:05 +0200 From: Gilles Chanteperdrix Message-ID: <20150401071305.GS32766@hermes.click-hack.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Xenomai] latency : low_init(): mlockall: Cannot allocate memory List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ACO31 Cc: Xenomai@xenomai.org On Tue, Mar 31, 2015 at 11:01:56PM +0200, ACO31 wrote: > Hi all, > > I've built xenomai 3 rc4 on 3.16.7 kernel. no problem. > see hereafter an extract of the result of "xeno-config --info" > I-pipe release # detected > Cobalt core 3.0-rc4 detected > Build args: --with-core=cobalt .... --enable-debug=partial > --enable-registry CFLAGS="-m32" LDFLAGS="-m32". > (No error during make) > But when I launch "latency -p 100", I have the message > Xenomai/cobalt: low_init(): mlockall: Cannot allocate memory "Cannont allocate memory" is ENOMEM. See mlockall manual page for the possible reasons for such an error: http://linux.die.net/man/2/mlockall Regards. -- Gilles.