How can I know the amount of memory that my C# application is using?
How can I know and/or calculate how many RAM or Virtual Memory is using my C# application?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaish MathewsPosted May 20, 2010, 2:06 PM
"Process.GetCurrentProcess()". Lot of builtin memory related properties are available there.
Hector Hugo Alpizar CesenaPosted May 20, 2010, 2:39 PM
2. How can I calculate the memory that my application is going to use? My guessing is that you do those calculation in the dessigning process of the software. But i don't know how. Actually I only develop i don't don't dessing. So if u could give some advise or recomend me tutorials, even books, articules (electronic or in paper) it would be really helpful.