> > Initial variable ZVC commit (df9ecaba3f1) says > > > > > [PATCH] ZVC: Scale thresholds depending on the size of the system > > > > > > The ZVC counter update threshold is currently set to a fixed value of 32. > > > This patch sets up the threshold depending on the number of processors and > > > the sizes of the zones in the system. > > > > > > With the current threshold of 32, I was able to observe slight contention > > > when more than 130-140 processors concurrently updated the counters. The > > > contention vanished when I either increased the threshold to 64 or used > > > Andrew's idea of overstepping the interval (see ZVC overstep patch). > > > > > > However, we saw contention again at 220-230 processors. So we need higher > > > values for larger systems. > > > > So, I'm worry about your patch reintroduce old cache contention issue that Christoph > > observed when run 128-256cpus system. May I ask how do you think this issue? > > It only reintroduces the overhead while kswapd is awake and the system is in danger > of accidentally allocating all of its pages. Yes, it's slower but it's > less risky. When we have rich storage and running IO intensive workload, kswapd are almost always awake ;) However, yes, your approach is less risky. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>