What causes page fault and how to minimize them?
问题 When examining a process in Process Explorer, what does it mean when there are several page faults? The application is processing quite a bit of data and the UI is not very responsive. Are there optimizations to the code that could reduce or eliminate page faults? Would increasing the physical RAM of the system make a difference? 回答1: http://en.wikipedia.org/wiki/Page_fault Increasing the physical RAM on your machine could result in fewer page faults, although design changes to your