tommie Posted August 16, 2004 Share Posted August 16, 2004 (edited) Thanks. Edited August 16, 2004 by tommie Link to comment Share on other sites More sharing options...
0 +virtorio MVC Posted August 16, 2004 MVC Share Posted August 16, 2004 Don't concern yourself with memory useage of .Net applications (inc C#). Because they are managed applications they appear to use more memory than they actually need, so things like Garbage collection can work correctly. Link to comment Share on other sites More sharing options...
0 Mordkanin Posted August 16, 2004 Share Posted August 16, 2004 What vitrorio said! <g> Also, As more memory is needed by other things, the program will relinquish memory. Any 'extra' memory is takes isn't horded needlessly. It just likes to have the memory in case it needs it. Link to comment Share on other sites More sharing options...
0 azcodemonkey Posted August 16, 2004 Share Posted August 16, 2004 The memory allocated is the managed heap. It allows for faster memory allocation as a pointer to the next available memory address is maintained by the framework. Link to comment Share on other sites More sharing options...
0 John Veteran Posted August 16, 2004 Veteran Share Posted August 16, 2004 Thanks. This post has been edited by tommie on Aug 15 2004, 23:54 Please don't do that. Some people (myself included) might read your thread later and be interested ;) Link to comment Share on other sites More sharing options...
Question
tommie
Thanks.
Edited by tommieLink to comment
Share on other sites
4 answers to this question
Recommended Posts