Random RAM usage amounts

Posted by DTown on Stack Overflow See other posts from Stack Overflow or by DTown
Published on 2010-04-19T18:48:03Z Indexed on 2010/04/19 18:53 UTC
Read the original article Hit count: 178

Filed under:
|

I was hoping someone could explain why my application when loaded uses varying amounts of RAM. I'm speaking about a compiled version that uses the exe directly. It's a pretty basic applications and there are no conditional branches in the startup of the application. Yet every time I start it up the RAM amount varies from 6MB-16MB.

I know it's on the small end of usage anyways but I'm curious of why this happens.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET