From owner-freebsd-current@FreeBSD.ORG Thu Feb 28 00:47:50 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 679F0106566C for ; Thu, 28 Feb 2008 00:47:50 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.freebsd.org (Postfix) with ESMTP id 05C2E8FC22 for ; Thu, 28 Feb 2008 00:47:49 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so4682980wri.3 for ; Wed, 27 Feb 2008 16:47:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=l7FVy/3xrlzXjTI/nmDi2/sdi/MhxSvVFufPyY8eNJM=; b=qwhRtT7+c35VgZTNSqlLtBZVZCfx+1SyJpFozXvi83tNCxlZrtmUZPCNTYt4qET2ugYcOc3npYo001jxAHXpaBjDgVY+ZnLO6zhDtMGFZxVLWNh0PiHg2m1GRt2mOF55QvRlKamNIHR3+PW/yCcXT6vgH2bC0QAVfbdstaNB0X4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=pBQMQpXWQa7uMAZPBVxEN0jotRuMR1ubqum81hVCvMkR/7MFri9GaZH9qTcve7pF5mNgVsFKXIJJyEID7ZOy7Yvov6h6/Xgk4U7aL7YTs/UAT3TZtVISjndOo5yhDJwuZYRbAGYcjoO+dZLWEYNg1lVHkI1QtPrzfSDIU7FdI/E= Received: by 10.65.218.15 with SMTP id v15mr12943452qbq.32.1204159667693; Wed, 27 Feb 2008 16:47:47 -0800 (PST) Received: by 10.64.149.8 with HTTP; Wed, 27 Feb 2008 16:47:47 -0800 (PST) Message-ID: <5f67a8c40802271647t6c51078fucd1a6906159a7fec@mail.gmail.com> Date: Thu, 28 Feb 2008 00:47:47 +0000 From: "Zaphod Beeblebrox" To: "Kris Kennaway" In-Reply-To: <47C60177.3050300@FreeBSD.org> MIME-Version: 1.0 References: <47C5E204.9080003@rfc2549.org> <47C60177.3050300@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Arne Schwabe , FreeBSD Current Subject: Re: Specific Swap Usage X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 00:47:50 -0000 On Thu, Feb 28, 2008 at 12:33 AM, Kris Kennaway wrote: > > It shouldn't panic when it runs out of swap, it should just kill the > runaway process(es). I thought it killed the next process to allocate memory --- which is somewhat random. What happens if the kernel is the next entity to allocate memory?