HighTechTalks DotNet Forums  

.Net 2.0 memory usage

Dotnet Framework microsoft.public.dotnet.framework


Discuss .Net 2.0 memory usage in the Dotnet Framework forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #11  
Old   
Chris Mullins [MVP]
 
Posts: n/a

Default Re: .Net 2.0 memory usage - 02-16-2007 , 04:36 PM






The point is that your app, with 100 threads, SHOULD be consuming 100+ megs
of memory. This is correct, and not a problem.

If the .Net 1.1 app reported less, then it was either 1) A bug somewhere in
the memory reporting, or 2) You're looking at the wrong counters.

You could try the "resize the working set" trick if you want:
http://www.coversant.net/Coversant/B...4/Default.aspx

It won't actually change anything, but the numbers being reported in Task
Manager will change.

--
Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C# MVP
http://www.coversant.com/blogs/cmullins

"Joe K" <joe (AT) nospamplease (DOT) com> wrote

Quote:
Create 10, 20 or 100 threads in your test, and the result will still be
the
same: thread memory is not counted in private bytes in 1.1, but is in 2.0.
I'm just wondering why? Not sure I understand the fixation on the # of
threads - that has nothing to do with my question.

Joe





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.