The test attempts to allocate the amount of memory you
specify here -- if the memory is allocated successfully,
the test passes. This value should be large enough to test
that system memory can be allocated without throwing
OutOfMemoryError
, but should not be large
enough to hold up the test run.
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:
- k/K indicate the value is specified in kilobytes
- m/M indicate the value is specified in megabytes
If no letter is used, the value is assumed to be specified in
bytes.