Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

From this graph, we see each search returning 10K handles consumed around 25 MB each (important: this is how much memory they used during the OOME - the actual peak memory required is higher, likely around 50MB).

Looking more closely at each thread executing the queries, it is show that there were many ArrayLists in memory, two of which are very large.

...