From owner-freebsd-current@FreeBSD.ORG Sat Apr 12 12:42:44 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C48B937B404 for ; Sat, 12 Apr 2003 12:42:44 -0700 (PDT) Received: from mail.cypherpunks.to (pakastelohi.cypherpunks.to [213.130.163.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1C7643FBF for ; Sat, 12 Apr 2003 12:42:43 -0700 (PDT) (envelope-from shamrock@cypherpunks.to) Received: by mail.cypherpunks.to (Postfix, from userid 1001) id 665DE1146C; Sat, 12 Apr 2003 21:42:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.cypherpunks.to (Postfix) with ESMTP id 648E11145B; Sat, 12 Apr 2003 21:42:42 +0200 (CEST) Date: Sat, 12 Apr 2003 21:42:42 +0200 (CEST) From: Lucky Green To: Bruce Evans In-Reply-To: <20030411182925.A3507@gamplex.bde.org> Message-ID: <20030412213940.O6477@pakastelohi.cypherpunks.to> References: <20030410230113.M81717@pakastelohi.cypherpunks.to> <20030411182925.A3507@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: options NO_SWAPPING, still wants swap X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 12 Apr 2003 19:42:45 -0000 On Fri, 11 Apr 2003, Bruce Evans wrote: > On Thu, 10 Apr 2003, Lucky Green wrote: > > > I compiled a kernel with "options NO_SWAPPING", yet CURRENT still > > attempts to allocate swap space: > > NO_SWAPPING has nothing to do with not allocating swap space. It prevents > swapping of upages and stack pages only. > > Unfortunately, NOTES' description of NO_SWAPPING says that it disables > swapping without explaining what swapping is (it is just swapping of > upages and stack, and has nothing to do with generic VM paging). > NO_SWAPPING is documented mainlly in the commitlog for the change that > added it: Perhaps a kind comitter could modify NOTES to help make users aware that NO_SWAPPING does not disable swapping of memory to disk and to look to man rc.conf for information about the latter? Thanks, --Lucky