From owner-freebsd-questions Tue Nov 11 07:40:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA29939 for questions-outgoing; Tue, 11 Nov 1997 07:40:17 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA29934 for ; Tue, 11 Nov 1997 07:40:14 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id HAA24963; Tue, 11 Nov 1997 07:42:02 -0800 (PST) Message-Id: <199711111542.HAA24963@implode.root.com> To: Chris Parry cc: questions@FreeBSD.ORG Subject: Re: Swap space utilization In-reply-to: Your message of "Tue, 11 Nov 1997 07:10:23 PST." From: David Greenman Reply-To: dg@root.com Date: Tue, 11 Nov 1997 07:42:02 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I have one process with very high memory utilization (64m+), and four > relatively small swap partitions (64m each). Is my process stuck using > only one of the four partitions or does it get striped across all 4? It is striped across all partitions. Use "pstat -s" to check swap space usage. >innd dies with "Out of Space", but it should have pleanty of swap >(256M)... This is likely a resource limit (rlimit) on the maximum data size for the process and not an out of swap space condition. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project