Managing Virtual memory

M

Michael Kansky

I have a simple windows app written in VB.net. It has IE control on the
form.
Once IE control gets utilized by navigating to different www pages, Virtual
memory used by the application rises and when garbage is collected the
Virtual memory taken by the app stays the same and never gets released as
long as the app is running. Physical memory, however is released upon
garbage collection.

Am i doing something wrong? Is there a way to control Virtual memory
utilized by VB.NET windows application? Is it IE control that causes this?
 
G

Guest

Once IE control gets utilized by navigating to different www pages,
Virtual memory used by the application rises and when garbage is
collected the Virtual memory taken by the app stays the same and never
gets released as long as the app is running. Physical memory, however
is released upon garbage collection.

Maybe you're not destorying or disposing your objects correctly?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top