M
MuZZy
Hi,
Can someone tell me what's the most reliable way to see how much memory the .NET application
currently uses?
I suspect that my app is not releasing resources correctly and i want to see the memory used
increasing to prove it.
Someone in this NG told me that using Task Manager is the last thing i want to do for that.
So anybody knows what IS reliable?
PS. My app uses a class inherited from DataSet for SQL transactions. Many instances of that class
are created at different points. And i suspect that those created objects never get collected, and
to make sure i want to check memory.
Thank you,
Andrey
Can someone tell me what's the most reliable way to see how much memory the .NET application
currently uses?
I suspect that my app is not releasing resources correctly and i want to see the memory used
increasing to prove it.
Someone in this NG told me that using Task Manager is the last thing i want to do for that.
So anybody knows what IS reliable?
PS. My app uses a class inherited from DataSet for SQL transactions. Many instances of that class
are created at different points. And i suspect that those created objects never get collected, and
to make sure i want to check memory.
Thank you,
Andrey