You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first pass should just collect class dump info (i.e. build the ClassMap). The second pass can fill in all the values, since we now have the class data.
Currently we are storing all instances in a list, which means we are consuming a lot of memory. This won't work for large heaps.
The text was updated successfully, but these errors were encountered:
bogdad
added a commit
to bogdad/hprof-parser
that referenced
this issue
Dec 23, 2014
The first pass should just collect class dump info (i.e. build the ClassMap). The second pass can fill in all the values, since we now have the class data.
Currently we are storing all instances in a list, which means we are consuming a lot of memory. This won't work for large heaps.
The text was updated successfully, but these errors were encountered: