Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 29 Jan 2002 07:30:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 29 Jan 2002 07:29:35 -0500 Received: from dsl-213-023-043-145.arcor-ip.net ([213.23.43.145]:47235 "EHLO starship.berlin") by vger.kernel.org with ESMTP id ; Tue, 29 Jan 2002 07:29:02 -0500 Content-Type: text/plain; charset=US-ASCII From: Daniel Phillips To: Helge Hafting , Momchil Velikov , linux-kernel Subject: Re: Note describing poor dcache utilization under high memory pressure Date: Tue, 29 Jan 2002 13:33:57 +0100 X-Mailer: KMail [version 1.3.2] In-Reply-To: <87g04pfr8y.fsf@fadata.bg> <3C568D6D.ACDEA36C@aitel.hist.no> In-Reply-To: <3C568D6D.ACDEA36C@aitel.hist.no> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On January 29, 2002 12:54 pm, Helge Hafting wrote: > Momchil Velikov wrote: > > > > >>>>> "Daniel" == Daniel Phillips writes: > [...] > > Daniel> It's only touching the ptes on tables that are actually used, so if a parent > > Daniel> with a massive amount of mapped memory forks a child that only instantiates > > Daniel> a small portion of it (common situation) then the saving is pretty big. > > > > Umm, all the ptes af the parent ought to be made COW, no ? > > Sure. But quite a few of them may be COW already, if the parent > itself is a result of some earlier fork. Right, or if the parent has already forked at least one child. -- Daniel - 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/