This value specifies the amount of memory that can be allocated before an OutOfMemoryError is thrown on the system under test.

Specify the value with an optional letter to denote the amount of memory in megabytes, kilobytes, or bytes that the test attempts to allocate. The following letters are valid:

If no letter is used, the value is assumed to be specified in bytes.

If an OutOfMemoryError is thrown, the test passes -- if it is not thrown, the test fails.