...
> Hi
> I am in the process of optimizing an .Net application that consumes
> lot of memory for its mathemetical processing and calculation.
> Can any one pls suggest me how to check the memory consumed by an .net
> Application apart from performance monitor.
I like to use Process Explorer.
On May 29, 7:24 am, prakashdeh
@gmail.com wrote:
> Hi
> I am in the process of optimizing an .Net application that consumes
> lot of memory for its mathemetical processing and calculation.
> Can any one pls suggest me how to check the memory consumed by an .net
> Application apart from performance monitor.
> thanks
> Prakash
The Microsoft CLR profiler is an excelent tool to find memory
problems.
I have found many memory problems in my applications with it.
And it's free and open source!!!!
http://www.microsoft.com/downloads/details.aspx?familyid=A362781C-387...
Advice: read first the manual.
-----------------------------------------------Reply-----------------------------------------------
Hi,
<prakashdeh
@gmail.com> wrote in message
news:1180434244.997780.283660@x35g2000prf.googlegroups.com...
> Hi
> I am in the process of optimizing an .Net application that consumes
> lot of memory for its mathemetical processing and calculation.
> Can any one pls suggest me how to check the memory consumed by an .net
> Application apart from performance monitor.
You can use one of several profilers there are available, take a look at
".net memory profiler" for example
-----------------------------------------------Reply-----------------------------------------------
On May 29, 7:34 pm, "Ignacio Machin \( .NET/ C# MVP \)" <machin TA
laceupsolutions.com> wrote:
> Hi,
> <prakashdeh@gmail.com> wrote in message
> news:1180434244.997780.283660@x35g2000prf.googlegroups.com...
> > Hi
> > I am in the process of optimizing an .Net application that consumes
> > lot of memory for its mathemetical processing and calculation.
> > Can any one pls suggest me how to check the memory consumed by an .net
> > Application apart from performance monitor.
> You can use one of several profilers there are available, take a look at
> ".net memory profiler" for example
Thanks all for such wonderful help. its fixed now