From owner-freebsd-questions@FreeBSD.ORG Sat Jan 29 23:19:18 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 99E0716A4CE for ; Sat, 29 Jan 2005 23:19:18 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5903E43D55 for ; Sat, 29 Jan 2005 23:19:18 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.11] (pD9E6949D.dip.t-dialin.net [217.230.148.157]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 75D7F31696; Sun, 30 Jan 2005 00:20:46 +0100 (CET) Message-ID: <41FC1A0A.8090609@incubus.de> Date: Sun, 30 Jan 2005 00:19:38 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 1.0 (X11/20050108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John References: <20050129101330.B3C1D16A4D9@hub.freebsd.org><1106999029.41fb76f5a6dd8@webmail.uoi.gr> <41FB8923.1020902@incubus.de> <061201c50612$fa561290$0200000a@SAGEAME> <20050129090759.A556@starfire.mn.org> In-Reply-To: <20050129090759.A556@starfire.mn.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: antenneX cc: dkouroun@cc.uoi.gr 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 23:19:18 -0000 John wrote: >>>what's the output of ulimit -d? > You must be using a csh-derivative. It is a built-in for the Bourne- > shell family of shells. the csh correspondent is "limit". it only affects the shell and its children (so put a setting in /etc/profile, /etc/csh.login, or configure the limit via /etc/login.conf if you want it to be global). mkb.