From owner-freebsd-questions@FreeBSD.ORG Sat Jan 29 15:08:24 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E2B516A4CE for ; Sat, 29 Jan 2005 15:08:24 +0000 (GMT) Received: from dexter.starfire.mn.org (starfire.skypoint.net [66.93.17.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93DDB43D41 for ; Sat, 29 Jan 2005 15:08:23 +0000 (GMT) (envelope-from john@dexter.starfire.mn.org) Received: (from john@localhost) by dexter.starfire.mn.org (8.11.3/8.11.3) id j0TF7xa00636; Sat, 29 Jan 2005 09:07:59 -0600 (CST) (envelope-from john) Date: Sat, 29 Jan 2005 09:07:59 -0600 From: John To: antenneX Message-ID: <20050129090759.A556@starfire.mn.org> References: <20050129101330.B3C1D16A4D9@hub.freebsd.org><1106999029.41fb76f5a6dd8@webmail.uoi.gr> <41FB8923.1020902@incubus.de> <061201c50612$fa561290$0200000a@SAGEAME> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <061201c50612$fa561290$0200000a@SAGEAME>; from antennex@swbell.net on Sat, Jan 29, 2005 at 08:58:21AM -0600 cc: dkouroun@cc.uoi.gr cc: Matthias Buelow cc: freebsd-questions@freebsd.org Subject: Re: having 1.5GB RAM I cannot allocate more than 512MB RAM in 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 15:08:24 -0000 On Sat, Jan 29, 2005 at 08:58:21AM -0600, antenneX wrote: > > ----- Original Message ----- > From: "Matthias Buelow" > To: > Cc: > Sent: Saturday, January 29, 2005 7:01 AM > Subject: Re: having 1.5GB RAM I cannot allocate more than 512MB RAM in > 4.10 > > > > dkouroun@cc.uoi.gr wrote: > > > > > I have an AMD Athlon-XP with 1.5GB RAM. > > > Unfortunately my FreeBSD 4.10 throws a memory allocation > > > error when in a simple C++ program I try to allocate > > > with new 512MB of RAM or more. Until 511MB it goes fine! > > > > what's the output of ulimit -d? > > What's the trick to running "ulimit?" > > "command not found" yet whereis sez it is a shell builtin command. You must be using a csh-derivative. It is a built-in for the Bourne- shell family of shells. Now that you bring it up, I'm not sure how you get this functionality from a csh environment - I guess just create a script that is just #/bin/sh ulimit $* or something like that... Did you try doing a "man ulimit"? It should give the builtin command support matrix... -- John Lind john@starfire.MN.ORG