PGomersall
229 discussion posts
Hi Keith @ Jon,
Have some process questions.
Just been logged on for about 3 hours and the mail DF executable has following:
Working Set 104 to 250 MB, Peak 350MB, Page fault 3.5 million and rising, Read bytes 261,650,385 B, Write 582,456,639 B.
Why so many page faults and IO?
Pete
The page faults just have to do with the way that the .NET Framework is managing the memory, but they're not an issue as they're just soft faults. You can double check that they're not hard faults in the Windows Resource Monitor. It should show 0 in the Hard Faults column for the DisplayFusion.exe process.
As for the disk I/O, do you have DF setup for random wallpapers? If so, that can generate disk reads/writes, and depending on how short the interval is, it can be higher than at a lower interval, or with no random changes at all.