We have a problem with our vb.net desktop application memory usage. The application throws exception after usage of 4-5 hrs. We are checking this behavior using ANTS Memory Profiler, which shows continuous increases in private bytes. "Bytes in Heap" is reducing (it shows negative value between snapshots). The objects, variables and data elements are disposed in code.
The windows task manager shows working set of application around 12-20 MB (Which never increases above 100 MB) but commit size is starts from 95 MB and it throws error after reaching to approx. 400 MB while working remains to 40-60 MB max.
So the problem is with "Commit Size" which does not reduce substantially.
Our application is built in vb.net,sql server 2005, Infragistics Netadvantage controls 8.3 and framework 2.0. We are using web service as our middle tier. We also checked the same behavior after upgrading to VS 2012, Framework 4.5 and Infragistics Netadvantage controls 12.1.