.NET application memory usage concerning private bytes vs peak private bytes -
I am testing a long-running .NET application that interacts with an unmanaged DLL and stores memory I am using ProcessExplorer to monitor usage. / P>
Private bytes do not increase and it lasts around 21-25 MB, but I get a huge increase in peak private bytes ~ 242 MB
What does the peak private byte indicate ? Does the application require memory at some time during processing for your needs or do I have to face a memory leak?
I should also mention that the virtual size is about 160 MB
Comments
Post a Comment