|
From: Aleksey C. <ale...@gm...> - 2014-11-16 10:51:11
|
Finally I found that memory leak relates to wrapper.logfile options. As soon as I comment the following options in configuration file the problem goes away. wrapper.logfile=/var/log/myapp.log wrapper.logfile.format=LPTM wrapper.logfile.loglevel=INFO wrapper.logfile.maxsize=100m wrapper.logfile.maxfiles=10 After enabling options one by one I found two problem options. As soon as I uncomment the following options wrapper starts to eat memory. wrapper.logfile.maxsize=100m wrapper.logfile.maxfiles=10 I can reproduce the problem. Regards, Aleksey |