> the first .NET program you run on the machine has the
> whole CLR behind it, that is the memory amount for that
> program includes the memory usage of the CLR, is this
> true?
If you are looking at the "Mem usage" column in task manager, all .NET
applications have the runtime DLL size included in this figure. These DLLs
are shared across all processes, so the actual hit in terms of RAM filled up
occurs only on the first load.
> Can anyone point me to a good reading material
> about the memory usage, some stuff to help me justify
> this amount of memory usage of one (rather small and
> simple) program?
I do about half a chapter on this stuff in my book. I'm not aware of any
other full covers in print, but the topic has been discussed pretty heavily
in this forum for the last two years. The memory usage of the app isn't
excessive at the 30-40 MB size - you take a pretty big working set hit with
webservices.
Nick Wienholt, MVP
Maximizing .NET Performance
http://www.apress.com/book/bookDisplay.html?bID=217
Sydney Deep .NET User Group www.sdnug.org
> Hi
> I have just released a new program within my company. It
[quoted text clipped - 10 lines]
> simple) program?
> Regards, AVO
Ágúst - 20 Nov 2003 08:38 GMT
Thanks, I'll check your book out.
Regards, AVO
>-----Original Message-----
>> the first .NET program you run on the machine has the
[quoted text clipped - 39 lines]
>
>.