Date: Fri, 27 Nov 1998 13:49:34 +0100 (CET) From: Konrad Heuer <kheuer@gwdu60.gwdg.de> To: Fadi Sodah <sodah@qatar.net.qa> Cc: questions@FreeBSD.ORG Subject: Re: netscape Message-ID: <Pine.BSF.3.96.981127134114.28782A-100000@gwdu60.gwdg.de> In-Reply-To: <365E8E25.E68DE589@qatar.net.qa>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 27 Nov 1998, Fadi Sodah wrote: > i am using netscape as email-client and http-browser, > when i try to send a email msg, i keep getting > "Netscape is out of memory, Try quitting someother > applications or closing some windows." > (...) > my bsd box has: > freebsd 2.2.6 rel > netscape communicator4.04 > swap 73megs > ram 32megs Please take a look at the per-process limits depending on you login shell: sh, bash, ksh, zsh: ulimit -dH ulimit -dS csh, tcsh: limit -h data limit data You'll se the hard and soft limits, and you can raise the soft limit as long as you don't exceed the hard limit (the latter one is set by /etc/login.conf), e.g.: ulimit -dS 65536 or limit data 64m set the data region size to 64 MB. Probably netscape (espc 4.xx) allocates the maximum currently allowed. Konrad Heuer // Gesellschaft fuer wissenschaftliche Datenverarbeitung mbH // Goettingen (GWDG), Am Fassberg, D-37077 Goettingen, Germany // // kheuer@gwdu60.gwdg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.981127134114.28782A-100000>