.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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -