I'm seeing some really odd memory usage and garbage collection behavior in a web application my team supports. We have a homebrewed monitoring application that tracks memory and CPU utilization and ...
I have inherited an odd Java program, written by an outside contract, which maintains its own data-table-like representation of data, and uses database system as the real backing store. We are ...