[Yanel-usage] Check regarding memory growth (threshold)

Michael Wechner michael.wechner at wyona.com
Fri May 29 00:30:56 EDT 2015


Hi

I have implemented a check regarding memory growth inside the
YanelServlet, whereas the threshold can
be configured inside

WEB-INF/web.xml

whereas see the parameter memory.growth.threshold

The default value is currently 150, which means if the memory growth
during a request is more than 150,
then the request ist being logged. Please note that this request might
not be responsible itself for such
a great memory growth, because at the same time other requests could
have processed and caused the rapid memory
consumption. Hence to analyse you should check the access log.

Anyway it should help one to find the cause for unusal memory growth.

HTH

Michael



More information about the Yanel-usage mailing list