saOn 10/23/2011 05:22 PM, David Rientjes wrote: > On Fri, 21 Oct 2011, Satoru Moriya wrote: > >> We do. >> Basically we need this kind of feature for almost all our latency >> sensitive applications to avoid latency issue in memory allocation. >> > > These are all realtime? Do you mean that these are all realtime process? If so, answer is depending on the situation. In the some situations, we can set these applications as rt-task. But the other situation, e.g. using some middlewares, package softwares etc, we can't set them as rt-task because they are not built for running as rt-task. And also it is difficult to rebuilt them for working as rt-task because they usually have huge code base. >> Currently we run those applications on custom kernels which this >> kind of patch is applied to. But it is hard for us to support every >> kernel version for it. Also there are several customers who can't >> accept a custom kernel and so they must use other commercial Unix. >> If this feature is accepted, they will definitely use it on their >> systems. >> > > That's precisely the problem, it's behavior is going to vary widely from > version to version as the implementation changes for reclaim and > compaction. I think we can do much better with the priority of kswapd and > reclaiming above the high watermark for threads that need a surplus of > extra memory because they are realtime, two things we can easily do. As I reported another mail, changing kswapd priority does not mitigate even my simple testcase very much. Of course, reclaiming above the high wmark may solve the issue on some workloads but if an application can allocate memory more than high wmark - min wmark which is extended and fast enough, latency issue will happen. Unless this latency concern is fixed, customers doesn't use vanilla kernel. Regards, Satoru -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href