Subject: Re: paging?
To: None <banshee@gabriella.resort.com>
From: David Mazieres <dm@amsterdam.lcs.mit.edu>
List: current-users
Date: 01/06/1996 12:37:07
> Date: Fri, 5 Jan 1996 21:57:08 -0800
> From: John M Vinopal <banshee@gabriella.resort.com>
> Sender: owner-current-users@NetBSD.ORG
> Precedence: list
> X-Loop: current-users@NetBSD.ORG
> 
> 
> Does netbsd not do paging?  I'm running a rather large process, and 
> though I can give it ~25 meg of ram and have another 100 in swap, it
> runs out of memory and doesn't even touch the swap space.

Run limit to see what your limits are.  You may want to say "unlimit"
before running this program.  If that fixes things, check out the man
page for "setrlimit" and to the equivalent thing automatically in your
program.

David