From owner-freebsd-questions Tue Nov 25 10:04:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA03159 for questions-outgoing; Tue, 25 Nov 1997 10:04:02 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from liposun.lbl.gov (liposun.lbl.gov [131.243.32.18]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id KAA03056 for ; Tue, 25 Nov 1997 10:02:24 -0800 (PST) (envelope-from alanchar@got.net) Received: from alanchar.got.net ([207.167.91.64]) by liposun.lbl.gov (4.1/1.39) id AA13898; Tue, 25 Nov 97 09:57:49 PST Received: (from alan@localhost) by alanchar.got.net (8.8.5/8.8.5) id TAA00666; Mon, 24 Nov 1997 19:15:14 -0800 (PST) Date: Mon, 24 Nov 1997 19:15:14 -0800 (PST) From: Alan Char Message-Id: <199711250315.TAA00666@alanchar.got.net> To: dg@root.com Subject: Re: FreeBSD 2.2.5 out of memory? Cc: questions@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I thought about that, however, I used limits to launch both netscape and the X server with a 512M memory limit, and it didn't change the behavior. Note my system's memory is 96M + ~100M swap, so 512M should be more than enough. csh reported the limit as 64M by default under 2.2.5. I don't seem to be able to find this value using limits under 2.2.2. Is this what changed in 2.2.5? If so, it seems that maybe limits doesn't really work, and I get stuck with 64M no matter what. If not, there must be something else that is affecting the process memory resource limit in 2.2.5 that didn't in 2.2.2. --Alan, alanchar@got.net > From dg@root.com Mon Nov 24 17:43:40 1997 > You're hitting the process memory resource limit, not running out of system > memory.