Test 3 - Buckets Memory Allocation

The buckets memory allocation options create multiple memory heaps for use. Using the heaps can reduce contention when multiple threads are operating.

Remove the line:
MALLOCTYPE=watson      export MALLOCTYPE
Add the lines:
MALLOCOPTIONS="pool,multiheap,buckets"         export MALLOCOPTIONS
LDR_CNTRL="MAXDATA=0xB0000000@DSA"            export LDR_CNTRL

After making the changes, restart Gateway and run the same reference cash letter. Make a note of the elapsed time for processing the cash letter.