From owner-freebsd-arch@FreeBSD.ORG Sat Aug 2 06:46:49 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0643A37B401 for ; Sat, 2 Aug 2003 06:46:49 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 220F443F3F for ; Sat, 2 Aug 2003 06:46:48 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h72DkjbS010604; Sat, 2 Aug 2003 15:46:45 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Andy Farkas From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 02 Aug 2003 22:46:20 +1000." <20030802221832.S41132-100000@hewey.af.speednet.com.au> Date: Sat, 02 Aug 2003 15:46:45 +0200 Message-ID: <10603.1059832005@critter.freebsd.dk> cc: arch@freebsd.org Subject: Re: headsup: swap_pager.c X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 13:46:49 -0000 In message <20030802221832.S41132-100000@hewey.af.speednet.com.au>, Andy Farkas writes: >Poul-Henning Kamp wrote: > >> Setting NSWAPDEV=1 is not an option, because that means that >> administrators which find themselves in a pinch can not add another >> swap-space to ride off a storm. > >You still are not explaining why the current code is wrong. You say >"bogo-vnode". Please explain what that means. A bogos vnode. >What does "in a pinch" mean?? That for instance you are running out of swap, if NSWAPDEV==1 you cannot add another swapdev because the one and only slot is occupied (and the device is filled too). >What do those numbers in kern.malloc mean?? That the corresponding amount of RAM is unchangably occupied by a table which is 3/4 empty and therefore nothing else can use that RAM productively. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.