From: Rohit Seth <rohit.seth@intel.com>
To: Emery Berger <emery@cs.umass.edu>
Cc: Rik van Riel <riel@redhat.com>, Yi Feng <yifeng@cs.umass.edu>,
linux-mm@kvack.org, Andrew Morton <akpm@osdl.org>,
Matthew Hertz <hertzm@canisius.edu>
Subject: RE: [patch] vmsig: notify user applications of virtual memory events via real-time signals
Date: Tue, 22 Nov 2005 18:29:51 -0800 [thread overview]
Message-ID: <1132712991.12897.8.camel@akash.sc.intel.com> (raw)
In-Reply-To: <B061F5ED2860D9439AE34EE5C141938C090CDE@zor.ads.cs.umass.edu>
On Tue, 2005-11-22 at 13:53 -0800, Emery Berger wrote:
> > That seems pretty high overhead. I wonder if it wouldn't work
> > similarly well for the kernel to simply notify the registrered
> > apps that memory is running low and they should garbage collect
> > _something_, without caring which pages.
>
> Actually, it's quite important that the application know exactly which
> page is being evicted, in order that it be "bookmarked". We found that
> this particular aspect of the garbage collection algorithm was crucial
> (it's in the paper).
>
Seems like a good idea for the notifications.
But for it to be useful for low memory conditions, I think it will
better if kernel knew (at possibly direct reclaim time) to swap out the
specific pages...so as to make it more cooperative between user and
kernel. If kernel has to first notify user app (and possibly thousands
of them) that it is looking for free pages then it will probably be too
late or too expensive before an application actually completes the
operation of freeing the pages.
-rohit
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2005-11-23 2:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-22 21:53 Emery Berger
2005-11-23 2:29 ` Rohit Seth [this message]
2005-11-23 5:00 ` Yi Feng
2005-11-23 13:11 ` Rik van Riel
2005-11-23 16:30 ` Yi Feng
-- strict thread matches above, loose matches on Subject: below --
2005-11-23 13:33 Emery Berger
2005-11-22 20:54 Yi Feng
2005-11-22 21:45 ` Rik van Riel
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=1132712991.12897.8.camel@akash.sc.intel.com \
--to=rohit.seth@intel.com \
--cc=akpm@osdl.org \
--cc=emery@cs.umass.edu \
--cc=hertzm@canisius.edu \
--cc=linux-mm@kvack.org \
--cc=riel@redhat.com \
--cc=yifeng@cs.umass.edu \
/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