Re: [PATCH 00/23] per device dirty throttling -v9
From: Christoph Lameter <hidden>
Date: 2007-08-16 21:29:32
Also in:
lkml
From: Christoph Lameter <hidden>
Date: 2007-08-16 21:29:32
Also in:
lkml
Is there any way to make the global limits on which the dirty rate calculations are based cpuset specific? A process is part of a cpuset and that cpuset has only a fraction of memory of the whole system. And only a fraction of that fraction can be dirtied. We do not currently enforce such limits which can cause the amount of dirty pages in cpusets to become excessively high. I have posted several patchsets that deal with that issue. See http://lkml.org/lkml/2007/1/16/5 It seems that limiting dirty pages in cpusets may be much easier to realize in the context of this patchset. The tracking of the dirty pages per node is not necessary if one would calculate the maximum amount of dirtyable pages in a cpuset and use that as a base, right? -- 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>