How do you approach Java memory issues in your production environment? If scheduled restarts are your best idea, check out this blog post for a case study where a memory leak in a 3rd party plugin impacted end user performance. Instead of hiding the problem with preventive JVM restarts, DevOps Best Practices were used which fostered the collaboration between Ops, Test and Dev.
java
server
how-to
methodology