From: Andrea Arcangeli <andrea@suse.de>
To: Hugh Dickins <hugh@veritas.com>
Cc: Christoph Rohland <cr@sap.com>,
linux-kernel@vger.kernel.org,
Linus Torvalds <torvalds@transmeta.com>
Subject: Re: pte-highmem-5
Date: Thu, 17 Jan 2002 16:45:15 +0100 [thread overview]
Message-ID: <20020117164515.N4847@athlon.random> (raw)
In-Reply-To: <m3u1tll6pb.fsf@linux.local> <Pine.LNX.4.21.0201171206350.1051-100000@localhost.localdomain>
In-Reply-To: <Pine.LNX.4.21.0201171206350.1051-100000@localhost.localdomain>; from hugh@veritas.com on Thu, Jan 17, 2002 at 12:14:13PM +0000
On Thu, Jan 17, 2002 at 12:14:13PM +0000, Hugh Dickins wrote:
> 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.
the debugging prospective is probably the one I care less (you can
always drop a __GFP_HIGHMEM into the right alloc_pages to get the memory
direct mapped) that's most of the time a one liner in just one place.
Here I'd care more about the fact if it's really needed in real life or
not, if kmaps would be zero cost it would be probably ok anyways (modulo
increase of code complexity), but kmaps are lightweight but not zero
cost :).
Andrea
next prev parent reply other threads:[~2002-01-17 15:46 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-16 17:58 pte-highmem-5 Andrea Arcangeli
2002-01-16 18:04 ` pte-highmem-5 Linus Torvalds
2002-01-16 18:35 ` pte-highmem-5 Andrea Arcangeli
2002-01-16 18:19 ` pte-highmem-5 Linus Torvalds
2002-01-16 18:48 ` pte-highmem-5 Andrea Arcangeli
2002-01-16 19:11 ` pte-highmem-5 Linus Torvalds
2002-01-16 19:30 ` pte-highmem-5 Andrea Arcangeli
2002-01-16 19:30 ` pte-highmem-5 Benjamin LaHaise
2002-01-16 19:50 ` pte-highmem-5 Andrea Arcangeli
2002-01-16 19:34 ` pte-highmem-5 Rik van Riel
2002-01-17 8:31 ` pte-highmem-5 Christoph Rohland
2002-01-17 12:14 ` pte-highmem-5 Hugh Dickins
2002-01-17 15:45 ` Andrea Arcangeli [this message]
2002-01-17 16:08 ` pte-highmem-5 Hugh Dickins
2002-01-17 15:30 ` pte-highmem-5 Andrea Arcangeli
2002-01-17 16:11 ` pte-highmem-5 Christoph Rohland
2002-01-17 16:37 ` pte-highmem-5 Andrea Arcangeli
2002-01-17 17:31 ` pte-highmem-5 Rik van Riel
2002-01-17 17:57 ` pte-highmem-5 Hugh Dickins
2002-01-17 18:09 ` pte-highmem-5 Andrea Arcangeli
2002-01-17 19:02 ` pte-highmem-5 Hugh Dickins
2002-01-18 2:38 ` pte-highmem-5 Andrea Arcangeli
2002-01-19 20:56 ` pte-highmem-5 Hugh Dickins
2002-01-21 18:15 ` pte-highmem-5 Andrea Arcangeli
2002-01-22 18:01 ` pte-highmem-5 Hugh Dickins
2002-01-22 19:10 ` pte-highmem-5 Andrea Arcangeli
2002-01-22 21:41 ` pte-highmem-5 Hugh Dickins
2002-01-22 23:34 ` pte-highmem-5 Andrea Arcangeli
2002-01-23 0:56 ` pte-highmem-5 Paul Mackerras
2002-01-23 1:27 ` pte-highmem-5 Andrea Arcangeli
2002-01-23 5:38 ` pte-highmem-5 Hugh Dickins
2002-01-23 16:29 ` pte-highmem-5 Daniel Phillips
2002-01-23 20:23 ` pte-highmem-5 Hugh Dickins
2002-01-24 3:09 ` pte-highmem-5 Andrea Arcangeli
2002-01-24 15:35 ` pte-highmem-5 Hugh Dickins
2002-01-22 19:29 ` pre4aa1 contig kmaps patch Hugh Dickins
2002-01-23 13:31 ` rwhron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020117164515.N4847@athlon.random \
--to=andrea@suse.de \
--cc=cr@sap.com \
--cc=hugh@veritas.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox