D
deepak
Hi,
We are facing big issue on performnace of onw web application which has only
one aspx Page called 'SolutionReport'. This page is sometimes very slow when
some items are selected in drop down and takes say 40 seconds to reload the
page again.
In order to troublshoot it, based on article(Section : Memory bottlenecks)
http://msdn.microsoft.com/en-us/library/ms998583.aspx#scalenetchapt17_topic6
we did some analysis and found that
Process\Private Bytes (aspnet_wp.exe or w3wp.exe)
..NET CLR Memory\# Bytes in all Heaps (aspnet_wp.exe or w3wp.exe)
While Process\Virtual Bytes (aspnet_wp.exe or w3wp.exe)
remain consistence which means memory is leaking somehow.
We are not able to find in code and due to longcode we are not able to show
yo due to character limitation so let us know where is memory leaking ?
We are facing big issue on performnace of onw web application which has only
one aspx Page called 'SolutionReport'. This page is sometimes very slow when
some items are selected in drop down and takes say 40 seconds to reload the
page again.
In order to troublshoot it, based on article(Section : Memory bottlenecks)
http://msdn.microsoft.com/en-us/library/ms998583.aspx#scalenetchapt17_topic6
we did some analysis and found that
Process\Private Bytes (aspnet_wp.exe or w3wp.exe)
..NET CLR Memory\# Bytes in all Heaps (aspnet_wp.exe or w3wp.exe)
While Process\Virtual Bytes (aspnet_wp.exe or w3wp.exe)
remain consistence which means memory is leaking somehow.
We are not able to find in code and due to longcode we are not able to show
yo due to character limitation so let us know where is memory leaking ?