That buffers count looks like you have something leaking. Probably a file
system. When kswapd is busy like that it is trying to free buffer cache.
The lack of freeing implies something is still holding those buffer cache
entries in memory.
> You are right: page cache shrunk.
> You are wrong: it does _not_ work, because now buffers increased and obviously
> cannot be shrunk to allow "normal" applications to run. I could not even
> shutdown the machine correctly. It looks like a deadlock in vm to me.
Nope. The VM
> I switched back to Linus' tree, because it does have problems, but is not dead
> within one day.
Thats good, Linus tree currently lasts about 30 minutes for me. I'd be
interested to know what your workload is and what drivers/filesystem you
are using so I can look for leaks.
Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/