max_chunk_size#

property ResultDefinition.max_chunk_size: int#

Maximum chunk size (number of elements) for the result evaluation.

Small chunks reduce the maximum peak of memory, but too many chunks causes some overhead. The default is 50,000. Use -1 to disable chunking.

Return type:

int