when i open task manager i see that "aspnet_wp.exe" taking over 100,000 k (memory usage).
is it normal ? i dont have any issues but sometimes my machine runs sluggishly and wondering is it bcoz aspnet_wp.exe?
any ideas on this much appreciated.
am running sql server 2005 standard edition and visual studio standard edi on xp prof mechine.
It's not necessarily abnormal, depending on what kinds of reports you're working with. We rely on ASP.Net and CLR for memory management, and those layers are responsible for garbage collection and memory reuse. You can recycle IIS (iisreset.exe) to force an unload of the app domain, which will unload all the memory.
No comments:
Post a Comment