As expected for any Java application
during long-running or intensive monitoring sessions, the console
may run out of memory. In this case, the console will not terminate;
instead, it stops reporting data, closes the active session if possible,
and reports an OutOfMemoryError. A message appears
in the controlling terminal and on the main window's status bar.
This can also occur if you try to open a data file that is larger
than the memory allowed for the console.
Try restarting the console with the -Xmx option
set to a larger value. The default for -Xmx is 256
MB. Please see the next section on JVM agent troubleshooting to see
how the JVM agent behaves under this condition.