Is this a result of the fact that I am running on a 32 bit OS using a 32
bit JVM and so have hit the limit off 32 bit numbers (2,147,483,648).
Would it have problems if the retained heap of an object exceeded this?
The object I most expected to be a memory hog cannot be found in the trace
at all.
If this is the case, if I ran this process ot 64-bit would it solve this?