Hi all,
I've an application where on the IE browser, I loads various
JSP files in different frames. When I checks the memory consumption (in Task Manager of windows NT), it takes 25MB after loading the application on browser. If I work on the browser, this memory taken varies between 25 - 30 MB.
But the strange thing is if I minimizes the browser and maximizes it again memory taken by the browser reduces to 5MB(???). And after that it varies between 5-15MB.
This looks to be very strange to me. Is this because when I minimizes the browser, it runs Garbage collector, which releases the memory taken by my javascript objects.
FYI, I use to load many(10-12) Javascript files while loading the application. Also I'm using .png files to display pictures.
If anyboby has idea about this pl help me, because this can help me to improve the memory consumption of my application.
thanks
Shikhar