Daniel Phillips writes: > I never realized how much I didn't like the good old 5 second delay > between saving an edit and actually getting it written to disk until > it went away. Now the question is, did I lose any performance in > doing that. What I wrote in the previous email turned out to be > pretty accurate, so I'll just quote it Starting I/O immediately if there is no load sounds nice. However, what about the other case, when the disc is already spun down (and hence there's no I/O load either)? I want the system to avoid doing writes while the disc is spun down. I'm quite happy for the system to accumulate dirtied pages/buffers, reclaiming clean pages as needed, until it absolutely has to start writing out (or I call sync(2)). Right now I hack that by setting bdflush parameters to 5 minutes. But that's not ideal either. Regards, Richard.... Permanent: [EMAIL PROTECTED] Current: [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: spindown [was Re: 2.4.6-pre2, pre3 VM Behavior] Rik van Riel
- Re: spindown [was Re: 2.4.6-pre2, pre3 VM Behavior] Daniel Phillips
- Re: spindown [was Re: 2.4.6-pre2, pre3 VM Behavior] Rik van Riel
- Re: spindown [was Re: 2.4.6-pre2, pre3 VM Behavior] Daniel Phillips
- Re: spindown [was Re: 2.4.6-pre2, pre3 VM Behavior] Mike Galbraith
- Re: (lkml)Re: spindown [was Re: 2.4.6-pre2, pre3 VM Be... thunder7
- Re: (lkml)Re: spindown [was Re: 2.4.6-pre2, pre3 VM Be... Mike Galbraith
- Re: spindown [was Re: 2.4.6-pre2, pre3 VM Behavior] Daniel Phillips
- Re: spindown [was Re: 2.4.6-pre2, pre3 VM Behavior] Mike Galbraith
- [RFC] Early flush (was: spindown) Daniel Phillips
- Re: [RFC] Early flush (was: spindown) Richard Gooch
- Re: [RFC] Early flush (was: spindown) Daniel Phillips
- Re: [RFC] Early flush (was: spindown) Richard Gooch
- Re: [RFC] Early flush (was: spindown) Daniel Kobras
- Re: [RFC] Early flush (was: spindown) Daniel Phillips
- Re: [RFC] Early flush (was: spindown) Pavel Machek
- Re: [RFC] Early flush (was: spindown) Pavel Machek
- Re: [RFC] Early flush (was: spindown) Tom Sightler
- Re: [RFC] Early flush (was: spindown) Daniel Phillips
- Re: [RFC] Early flush (was: spindown) Anuradha Ratnaweera
- Re: [RFC] Early flush (was: spindown) Daniel Phillips