So you're saying Andrew did not say that? You're jumping to the conclusion
that I am saying that it's causing problems.
And now you do it again :-) There is no conclusion -- just the inescapable
observation that swap-prefetch was (or may have been) masking the problem of
GNU locate being a program that noone in their right mind should be using.
People being unconvinced it helps all that much, no serious investigation
into possible downsides and no consideration of alternatives is three I've
personally heard.
You don't want to merge a conceptually core VM feature if you're not really
convinced. It's not a part of the kernel you can throw a feature into like
you could some driver saying "ah, heck, if it makes someone happy" since
everything in the VM ends up interacting -- that in fact is actually the
hard part of VM as far as I've seen it.
And in this situation the proposed feature is something that "papers over a
problem" by design -- where it could certainly be that the problem is not
solveable in another way simply due to the kernel not growing the possiblity
to read user's minds anytime soon (which some might even like to rephrase as
"due to no problem existing") but that this gets people a bit anxious is not
surprising.
So do it indirectly. But please don't just say "it help some people (not me
mind you!) so merge it and if you don't it's all just politics and we can't
do anything about it anyway". Because that's mostly what I've been hearing.
And no, I'm not subscribed to any ck mailinglists nor do I hang around its
IRC community which will can account for part of that. I expect though that
the same holds for the people that actually matter in this, such as Andrew
Morton and Nick Piggin.
-- 1: people being unconvinced it helps all that much
At least partly caused by the updatedb i/dcache red herring that infected
this issue. Also, at the point VM pressure has mounted high enough to cause
enough to be swapped out to give you a bad experience, a lot of other things
have been dropped already as well.
It's unsurprising though that it would for example help the issue of
openoffice with a large open spreadsheet having been thrown out overnight
meaning it's a matter of deciding whether or not this is an important enough
issue to fix inside the VM with something like swap-prefetch.
Personally -- no opinion, I do not experience the problem (I even switch off
the machine at night and do not run cron at all).
-- 2: no serious investigation into possible downsides
Swap-prefetch tries hard to be as free as possible and it seems to largely
be succeeding at that. Thing that (obviously -- as in I wouldn't want to
state it's the only possible worry anyone could have left) remains is the
"papering over effect" it has by design that one might not care for.
-- 3: no serious consideration of possible alternatives
Tweaking existing use-oce logic is one I've heard but if we consider the
i/dcache issue dead, I believe that one is as well. Going to userspace is
another one. Largest theoretical potential. I myself am extremely sceptical
about the Linux userland, and largely equate it with "smallest _practical_
potential" -- but that might just be me.
A larger swap granularity, possible even a self-training granularity. Up to
now, seeks only get costlier and costlier with respect to reads with every
generation of disk (flash would largely overcome it though) and doing more
in one read/write _greatly_ improves throughput, maybe up to the point that
swap-prefetch is no longer very useful. I myself don't know about the
tradeoffs involved.
Any other alternatives?
Any 4th and higher points?
Rene.
-