• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Question on WLS administration

 
Ranch Hand
Posts: 168
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The docs for the option "Low memory GC threshold" on Weblogic admin console say that this is the "Threshold level at which WLS will try to garbage collect once the granularity report has been met".
My question is: When is this condition met ? If at least once there has been a granularity report in the log ? Or if the server has been set to Warning state ?
The problem Im trying to address is that my "Low memory GC threshold" is set to 20% and my server has reached only 1% free memory and garbage collection did not run, I had to force it via console.
Thanks in advance, Giselle
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic