• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Garbage collection in JDK1.5

 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ALl,

I am working on a GUI application using jdk1.5, which contain many JDialog & JTables. My prob is whenever I access my GUI through IE(deployed version) its total memory utilisation keep increasing and gc doesnt collect all unreachable objects(only partial) & my GUI gets freezed once it reaches maximum size (provided by -mxm parameter). But When i start same GUI using eclipse, it works fine and all the unreachable objects are collected by gc.

I never faced this prob in jdk1.4. I tried all kind of gc(Incremental, MarkAndSweap, Concurrent etc) but nothing seems like working. Please help me.

Thanks,
Rish
 
If you settle for what they are giving you, you deserve what you get. Fight for this tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic