Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 22 Oct 2002 13:37:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 22 Oct 2002 13:36:59 -0400 Received: from e3.ny.us.ibm.com ([32.97.182.103]:20674 "EHLO e3.ny.us.ibm.com") by vger.kernel.org with ESMTP id ; Tue, 22 Oct 2002 13:36:57 -0400 Date: Tue, 22 Oct 2002 10:36:40 -0700 From: "Martin J. Bligh" To: Benjamin LaHaise , Rik van Riel cc: "Eric W. Biederman" , Bill Davidsen , Dave McCracken , Andrew Morton , Linux Kernel , Linux Memory Management Subject: Re: [PATCH 2.5.43-mm2] New shared page table patch Message-ID: <396790000.1035308200@flay> In-Reply-To: <20021022131930.A20957@redhat.com> References: <2629464880.1035240956@[10.10.2.3]> <20021022131930.A20957@redhat.com> X-Mailer: Mulberry/2.1.2 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1322 Lines: 30 >> > I think it will for most of the situations we run aground with now >> > (normally 5000 oracle tasks sharing a 2Gb shared segment, or some >> > such monster). >> >> 10 GB pagetable overhead, for 2 GB of data. No customer I >> know would accept that much OS overhead. >> >> To reduce the overhead we could either reclaim the page >> tables and reconstruct them when needed (lots of work) or >> we could share the page tables (less runtime overhead). > > Or you use 4MB pages. That tends to work much better and has less > complexity. Shared page tables don't work well on x86 when you have > a database trying to access an SGA larger than the virtual address > space, as each process tends to map its own window into the buffer > pool. Highmem with 32 bit va just plain sucks. The right answer is > to change the architecture of the application to not run with 5000 > unique processes. Bear in mind that large pages are neither swap backed or file backed (vetoed by Linus), for starters. There are other large app problem scenarios apart from Oracle ;-) M. - 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/