From owner-freebsd-hackers Sat Jul 6 14:37: 8 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21F2837B400 for ; Sat, 6 Jul 2002 14:37:07 -0700 (PDT) Received: from spork.pantherdragon.org (spork.pantherdragon.org [206.29.168.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C7943E52 for ; Sat, 6 Jul 2002 14:37:06 -0700 (PDT) (envelope-from dmp@pantherdragon.org) Received: from spark.techno.pagans (spark.techno.pagans [4.61.202.145]) by spork.pantherdragon.org (Postfix) with ESMTP id 63C59471DA; Sat, 6 Jul 2002 14:37:05 -0700 (PDT) Received: from pantherdragon.org (speck.techno.pagans [172.21.42.2]) by spark.techno.pagans (Postfix) with ESMTP id 0F80CFEBE; Sat, 6 Jul 2002 14:37:03 -0700 (PDT) Message-ID: <3D2762FE.9D9E0378@pantherdragon.org> Date: Sat, 06 Jul 2002 14:37:02 -0700 From: Darren Pilgrim X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: ticso@cicely.de Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: How does swap work address spacewise? References: <20020705113532.GA11273@atrbg11.informatik.tu-muenchen.de> <20020705133515.GA295@HAL9000.wox.org> <20020705133837.GA513@HAL9000.wox.org> <20020705234126.GA12183@atrbg11.informatik.tu-muenchen.de> <3D2640A7.3EA2236B@pantherdragon.org> <20020706020656.GL48977@cicely5.cicely.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bernd Walter wrote: > On Fri, Jul 05, 2002 at 05:58:15PM -0700, Darren Pilgrim wrote: > > If RAM + swap can be more than 4GB, how does FreeBSD address swap on a > > 32-bit machine? Does the kernel internally use a wider address space > > The same way it does on every partitition: using block numbers. > That way you can address 1TByte. I thought the limit for filesystems was 2TB? > And you can have more than a single swap partition. Up to four, so then the theoretical limit for swap is 8TB? > In reality managementstructures which have to be in kernel addressspace > is limiting swap before. Do these management structures grow as swap grows, or do they only change as the utilization increases? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message