Forum Post: Re: Classic Appserver Gc Overhead Limit Exceeded

  • Thread starter Thread starter Paul Koufalis
  • Start date Start date
Status
Not open for further replies.
P

Paul Koufalis

Guest
This is a well known issue. The solution depends on your version of Java, but basically you write out the java heap data to a file and monitor the heap size using a script. Google for -verbose:gc. When the heap size hits a certain percentage of the max you schedule a restart of the broker JVM.

Continue reading...
 
Status
Not open for further replies.
Back
Top