I think I may have a memory leak in a servlet application running in production on jetty 8.1.7.
- Is there a way of seeing how much heap memory is actually being used at an instance of time, not the max memory allocated with -Xmx, but the actual amount of memory being used.
- Can I force a garbage collection to occur for an application running within jetty