Specify the number of test cases that are executed during one test execution cycle. After execution of BUNDLE_SIZE test cases, the test cycle starts again and executes the next BUNDLE_SIZE test cases, until all test cases are executed.

This increases the execution time, but allows the execution of test cases that require large amounts of memory (such as security tests).

The range of this value is from 0 to 128. The default value is "0", which specifies that all test cases be executed in one Java Card VM.