• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Strange problem....

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Story like this gets better after being told a few times. Or maybe it's just a tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic