4. Make the Page size to 260 ... 1024
5. Page count from 500 .... 1000
Bad advice. Page size should a a binary multiple of 2, so 260 is not good. You really need to test page size and count, if you have a page size of 1024 and a count of 1000 (and 999 is actually the highest valid value) you would be allocating a LOT of RAM before your map ever ran. (6.7.0 and above). This was good advice prior to 1.4.2 SP7, where page sizes of 1024 were ignored and a lower value was actually used, but that was fixed years ago.
How to test: Take the most representative data set you have, run it through the map several times with various page size & count settings using a command line over-ride.
Start with a page count equal to the number of cards, and use sizes of 64, 128, 256 and 512. Get the best size and test a valure between them (like 384), then retest with page counts 2 above and below the original. Based on those results you may need to fine tune, or you will see that there is not much variation between settings, so then pick the smallest that does not degrade performance.
BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!