Here is the test URL
http://edventures.com/temp/divtest.php
Procedure:
- Close all IE instances.
- Open the URL in IE7
- Open the task manager, look for memory consumed by IE
- Now click on Create button,
- Watch the memory it will jump up by about 2K
- Now click on Destroy button and the DIV will be destroyed but the memory remains the same.
- You can try it repeatedly and memory just adds up.
Is there any way to fix this? Any way to call Garbage collector forcefully without reloading the window?
I am under assumption that when I remove DIV the memory will be freed but does not seem to work that way.
Please let me know any fix to this.
Thanks for your help.
Suhas