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...
Continue reading...