Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 1999 13:29:50 -0400
From:      Brian Sletten <bsletten@nova.org>
To:        "Jason J. Horton" <jason@intercom.com>
Cc:        freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG
Subject:   Re: 3.1-RELEASE not seeing all the RAM
Message-ID:  <3742F50E.401F62B6@nova.org>
References:  <Pine.BSF.4.10.9905191258191.3113-100000@mail.intercom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3742F50E.401F62B6>