> > The faultaround improves the file read performance, whereas pages which > > can be dropped by drop_caches are reduced. On some systems, The amount of > > freeable pages under memory pressure is more important than read > > performance. > > The faultaround pages *are* freeable. Perhaps you meant "free" here. > > Please tell us a great deal about the problem which you are trying to > solve. What sort of system, what sort of workload, what is bad about > the behaviour which you are observing, etc. We are trying to solve two issues. We drop page caches by writing to /proc/sys/vm/drop_caches at specific point and make suspend-to-disk image. The size of this image is increased if faultaround is worked. Under memory pressure, we want to drop many page caches as possible. But, The number of dropped pages are reduced compared to non-faultaround kernel. Thanks Chanho, -- 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/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>