Il 11/mar/2016 21:14, "Matt Sicker" <[email protected]> ha scritto: > > Does your app make a lot of large log messages or is it just used in a couple loggers? Because I think you could use a custom MessageFactory for those loggers to reduce memory usage at the cost of performance. >
My app is a webapp running on wildfly. Long message are not so frequent, but if I have every thread of wildfly with a StringBuilder of ~ 10Mb I have some serious memory problem. Luca
