My applcations always use about 15 MB of the memory ?!!!!
I tried an empty application and it used about 15 MB !!!
15 MB is not considered a large amount of memory in most modern computers, and should not be considered the sole reason for a system running slow. The .Net framework is always loaded for any Visual Studio program, and 15 MB sounds about right to me. If this amount of memory is really straining your system, you are probably too close to the minimum requirements for your operating system.
I think 15mb is LOT for a 'HelloWorld' app!!!
I've been monitoring Memusage on a sytem with a 3rd party (& leaky) API, and wasn't happy to find a app doing essentially nothing, but chewing up 20mb of memory doing that!
When the .NET framework is loaded for 1 app, do other apps 'share' it or load thier own?
If the latter, and you have 10 apps running on one machine, that's a lot of memory is use for not much processing
Mine's about 24Mb. Are we having a competition
?
That's the way it is. If memory is a big issue for you, then you'd have to use something other than .NET based language. Perhaps a C++ native program. If it's a REALLY big issue, you can try C or Assembler. Tell us how you get on in 12 months or so.
On the othe hand, don't worry about it. The memory usage seems to be in the ballpark.
Anarchy wrote:
I think 15mb is LOT for a 'HelloWorld' app!!!
I've been monitoring Memusage on a sytem with a 3rd party (& leaky) API, and wasn't happy to find a app doing essentially nothing, but chewing up 20mb of memory doing that!
I think that too, but I recognized that when you minimize the application and restore it again the memory it uses will decrease alot .
Anarchy wrote:
I think 15mb is LOT for a 'HelloWorld' app!!!
I've been monitoring Memusage on a sytem with a 3rd party (& leaky) API, and wasn't happy to find a app doing essentially nothing, but chewing up 20mb of memory doing that!
Anarchy wrote:
I think 15mb is LOT for a 'HelloWorld' app!!!
I've been monitoring Memusage on a sytem with a 3rd party (&
leaky) API, and wasn't happy to find a app doing essentially nothing,
but chewing up 20mb of memory doing that!
I think that too, but I've found that when you minimize the application
and restore it again the memory it uses will decrease . BUT WHY?
SJWhiteley wrote:
...you can try C or Assembler. Tell us how you get on in 12 months or so.
ho ho!