a spring mvc app is deployed since 1 week and it started to slow down,
when i connect directly to tomcat its nice fast, but through nginx its
really slow
sometimes it takes 10 or more seconds to serve even a single client
single page request.
top shows that nginx is using 100% cpu
strace is telling that 'munmap' is responsible for 94%. so looks like
some sort of memory problem,but top shows that 400mb is free from the
4gb total memory.
more detailed logs (strace sample/top/nginx acces/error logs)
https://gist.github.com/3089367
note this is a vmware virtual machine.
any help/tip is welcome!