Subject: Re: problem with netscape under netbsd
To: None <kilbi@rad.rwth-aachen.de>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: current-users
Date: 05/01/1997 10:33:17
On Thu, 1 May 1997 18:39:29 +0200 (MEST) 
 Markus Kilbinger <kilbi@rad.rwth-aachen.de> wrote:

 > I'm using the BSDI binary of Netscape 3.01 under NetBSD-1.2D. Works
 > quite well, but complaints about insufficient memory ('Try closing
 > some applications...') when trying to send an email via Netscape.
 > 
 > All changes I tried (increasing data segment and stack size, other
 > Netscape versions (Linux)) failed :-(.

...in csh, you can:

	unlimit datasize	<- affects brk(2)
	unlimit memoryuse	<- affects mmap(2)

...as I recall... you might try the latter if you haven't, yet.

Jason R. Thorpe                                       thorpej@nas.nasa.gov
NASA Ames Research Center                               Home: 408.866.1912
NAS: M/S 258-6                                          Work: 415.604.0935
Moffett Field, CA 94035                                Pager: 415.428.6939