Re: missing madvise functionality
- From: Ulrich Drepper <drepper@xxxxxxxxxx>
- Date: Tue, 03 Apr 2007 14:46:09 -0700
Eric Dumazet wrote:
A page fault is not that expensive. But clearing N*PAGE_SIZE bytes is,
because it potentially evicts a large part of CPU cache.
*A* page fault is not that expensive. The problem is that you get a
page fault for every single page. For 200k allocated you get 50 page
faults. It quickly adds up.
--
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
Attachment:
signature.asc
Description: OpenPGP digital signature
- Follow-Ups:
- Re: missing madvise functionality
- From: Andi Kleen
- Re: missing madvise functionality
- References:
- missing madvise functionality
- From: Ulrich Drepper
- Re: missing madvise functionality
- From: Andi Kleen
- Re: missing madvise functionality
- From: Ulrich Drepper
- Re: missing madvise functionality
- From: Andi Kleen
- Re: missing madvise functionality
- From: Andrew Morton
- Re: missing madvise functionality
- From: Ulrich Drepper
- Re: missing madvise functionality
- From: Andrew Morton
- Re: missing madvise functionality
- From: Rik van Riel
- Re: missing madvise functionality
- From: Eric Dumazet
- missing madvise functionality
- Prev by Date: Re: A set of "standard" virtual devices?
- Next by Date: Re: missing madvise functionality
- Previous by thread: Re: missing madvise functionality
- Next by thread: Re: missing madvise functionality
- Index(es):
Relevant Pages
|