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
Run "java -fullversion" from a proenv then google for the appropriate -Xx parameters to enable logging to a file. For example, it might be -verbose:gc -Xloggc:c:\temp\.javaheap.log. You'll see what the output looks like then just write a simple script to parse it and generate an alert.

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