From owner-freebsd-stable Wed May 19 10:28: 4 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.comm.hq.af.mil (mail.comm.hq.af.mil [134.205.80.6]) by hub.freebsd.org (Postfix) with SMTP id 5FE6815205; Wed, 19 May 1999 10:27:51 -0700 (PDT) (envelope-from bsletten@nova.org) Received: from nova.org (sam-gatt0011.comm.hq.af.mil [134.205.87.92]) by mail.comm.hq.af.mil (8.6.5/8.6.5) with ESMTP id LAA09663; Wed, 19 May 1999 11:58:20 -0400 Message-ID: <3742F50E.401F62B6@nova.org> Date: Wed, 19 May 1999 13:29:50 -0400 From: Brian Sletten X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: "Jason J. Horton" Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: 3.1-RELEASE not seeing all the RAM References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have a 3.1-RELEASE box running, and it keeps > running out of memory. What are your ulimits set to? If you have a repeatable task that usually dies for you, try doing the following from within bash: ulimit -d unlimited ulimit -s unlimited ulimit -m unlimited ulimit -l unlimited And then give it a try. If you want to affect a more permanent change, you can modify /etc/login.conf. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message