MaximumViewSize

Sets the maximum amount of memory (in MB) to be allocated when a user accesses a view.

If you do not set the MaximumViewSize parameter, the default maximum view size is 100MB on a 32-bit system, and 500 MB on a 64-bit system.

Parameter type: optional, dynamic

To specify a maximum amount of memory allocation for views, add the following line to tm1s.cfg:

MaximumViewSize=n

where n represents the amount of memory in MB to be allocated.

See also ApplyMaximumViewSizeToEntireTransaction.