Reputation: 727
I have set Private Memory limit of 200mb in IIS 7 for an application pool. The Private Working Set memory(Task Manager) for the application is always below 125mb but the number of page faults have increased a lot and application cache is getting cleared frequently after setting the limit.
I haven't set any limit on Virtual Memory. Can someone suggest why the cache is getting cleared even when the Private memory used is below the allocated memory?
Upvotes: 1
Views: 4163
Reputation: 5037
Try looking at the Working Set (Memory) column in Task Manager, you are looking at the Memory (Private Working Set) column, which is smaller.
Upvotes: 1