This test attempts to exhaust the system's memory in order to verify that it throws OutOfMemoryError appropriately.

Answer "Yes" to this question if an application (or a test) can request more memory than the system can allocate. The tests expect the system under test to throw an OutOfMemoryError after a reasonable amount of memory is allocated.

Answer "No" if the system under test contains more memory than the JCK tests can allocate.