Changing focus leads to increase in memory!!!

  • Thread starter Thread starter Vivek
  • Start date Start date
V

Vivek

I have observed that when I change the focus (Not minimize)
from my .Net app to some other app and bring the focus
back, the memory used and VM size increases slightly. I
have observed the same behavior for some other .Net apps
also. Why is this happening? Is there a memory leak
somewhere in my app or is it something to do with
framework? Is framework painting my GUI again or something
like that?
 
It really depends on application.
Before making any conclusions use any of available for you memory profilers
to see if app is really allocating something new.

HTH
Alex
 

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

Back
Top