ApplyMaximumViewSizeToEntireTransaction

Applies MaximumViewSize to the entire transaction instead of to individual calculations.

Parameter type: optional, dynamic

By default MaximumViewSize checks individual view processing. For example, if 10 views are processed in a single transaction, the threshold is crossed only if the processing of any single view crosses the threshold. See MaximumViewSize.

With this parameter set to True, the cumulative memory usage of all views processed in a single transaction is compared against the threshold value. This allows the memory size threshold to catch more transactions that consume large amounts of memory.

Note: TurboIntegrator process execution counts as a single transaction, including all child processes.
ApplyMaximumViewSizeToEntireTransaction=T 

Default value is F.