Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932421AbWHaR5x (ORCPT ); Thu, 31 Aug 2006 13:57:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932425AbWHaR5x (ORCPT ); Thu, 31 Aug 2006 13:57:53 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.146]:44950 "EHLO e6.ny.us.ibm.com") by vger.kernel.org with ESMTP id S932421AbWHaR5w (ORCPT ); Thu, 31 Aug 2006 13:57:52 -0400 Subject: Re: [RFC][PATCH 3/9] actual generic PAGE_SIZE infrastructure From: Dave Hansen To: Christoph Lameter Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org In-Reply-To: References: <20060830221604.E7320C0F@localhost.localdomain> <20060830221606.40937644@localhost.localdomain> Content-Type: text/plain Date: Thu, 31 Aug 2006 10:57:38 -0700 Message-Id: <1157047058.31295.28.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2195 Lines: 54 On Wed, 2006-08-30 at 17:08 -0700, Christoph Lameter wrote: > On Wed, 30 Aug 2006, Dave Hansen wrote: > > > #endif /* CONFIG_ARCH_HAVE_GET_ORDER */ > > -#endif /* __ASSEMBLY__ */ > > +#endif /* __ASSEMBLY__ */ > ^^^ Extra blank. OK. I'll fix that. > > + prompt "Kernel Page Size" > page size? Sure. > > + This lets you select the page size of the kernel. For best > > + 32-bit compatibility on 64-bit architectures, a page size of 4KB > > + should be selected (although most binaries work perfectly fine with > > + a larger page size). For best performance, a page size of larger > > + than 4KB is recommended. However, there are a number of > > + side-effects of larger page sizes, like small files fitting poorly > > + into the page cache. > > Could we change this somewhat? Avoid the direct address and maybe say: > > The kernel page size determines the basic chunk of memory handled > by the Linux VM. The bigger the page size the less page objects > have to be managed by the kernel which reduces the VM overhead in > handling large amounts of data. However, larger pages also lead > to memory being wasted by the kernel since small files will > at mininum require one page of memory. A 4K pagesize is fairly standard > and may be required for 32 bit compatibility on many platforms. > > It is usually not wise to select another page size than the default > unless one knows what one is doing or has some time to spend on > getting to know the kernel. This is very nice. I'll incorporate it. > Note that the default pagesize on IA64 is 16K and some important things > would change if a lesser size is selected. I have never run a 4K kernel. > I do not think we can just say that 4KB is okay. There may be other > platforms that have other default page sizes. If we can't just say that it is OK, then we should probably disable it in Kconfig. Should we do that? -- Dave - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/