Re: To Tomas Vondra > Why do we try to force the pages to be allocated at all? This is just > a monitoring function, it should not change the actual system state.
One-time touching might also not be enough, what if the pages later get swapped out and the monitoring functions are called again? They will have to deal with these "not in memory" error conditions anyway. Christoph