Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 17 Jan 2002 07:12:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 17 Jan 2002 07:12:13 -0500 Received: from bay-bridge.veritas.com ([143.127.3.10]:13787 "EHLO svldns02.veritas.com") by vger.kernel.org with ESMTP id ; Thu, 17 Jan 2002 07:12:03 -0500 Date: Thu, 17 Jan 2002 12:14:13 +0000 (GMT) From: Hugh Dickins To: Christoph Rohland cc: Andrea Arcangeli , linux-kernel@vger.kernel.org, Linus Torvalds Subject: Re: pte-highmem-5 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 17 Jan 2002, Christoph Rohland wrote: > On Wed, 16 Jan 2002, Andrea Arcangeli wrote: > > They were running out of pagetables, mapping 1G per-task (shm for > > example) will overflow the lowmem zone with PAE with some houndred > > tasks in the system. They were pointing the finger at the VM but the > > VM was just doing the very right thing to do. > > This lets me think about putting the swap vector of shmem into highmem > also. These can get big on highend servers and exactly these servers > tend to use a lot of shared mem. Yes, good idea. But people should realize that moving page tables and other such structures into not-always-mapped highmem will make them harder to access with kernel debuggers - I think those will want some changes. Hugh - 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/