LWN.net Logo

Being nicer to executable pages

Being nicer to executable pages

Posted May 21, 2009 11:33 UTC (Thu) by jmspeex (subscriber, #51639)
In reply to: Being nicer to executable pages by epa
Parent article: Being nicer to executable pages

Well, technically it's not just cp. There's all the system tools that run with cron and scan the whole filesystem (backup, indexing, ...). They all completely trash the interactivity of the system by not only taking up all the disk bandwidth, but also ejecting all the applications pages. I think it may be too much to ask for all these applications to be fixed, so the kernel may be where a fix should be attempted.


(Log in to post comments)

Being nicer to executable pages

Posted May 22, 2009 7:24 UTC (Fri) by xoddam (subscriber, #2322) [Link]

For general-purpose utilities something like 'nice' or 'ulimit', specified in a script and operating on a process group, would perhaps be more appropriate than asking the kernel to guess what pages not to bother caching.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds