What should I do if I suspect memory exhaustion?

Question

Grade: Education Subject: Support
What should I do if I suspect memory exhaustion?
Asked by:
48 Viewed 48 Answers

Answer (48)

Best Answer
(332)
IIS may encounter memory exhaustion if your application consumes excessive memory. Monitor memory usage using Performance Monitor or a similar tool. Consider increasing the application pool's memory limit. Profile your application's memory usage to identify potential memory leaks. Optimize your code to reduce memory consumption.