Quote:
Originally Posted by
porter
14.3Gb
Is it a Java environment that is not running a garbage collector?
We had a similar kind of issue recently
but not 14.3 GB, that was around 3 GB
where there were construction of too many hash maps.
when drilled down to the solving the problem; we diagnosed that after using the hash components we made sure we deleted the contents in the hash one by one .
Well, that's a quite an easy one to address and resolve.