Use FreeData property to keep your CalcCache size limited

FreeData property

Since GeoDMS version 7.122 calculation results are by default not any longer stored persistently in the calccache. The default value for the FreeData property is changed to: true.

By configuring the FreeData property to false, calculation results, if they meet all other conditions, are stored persistently in the calccache. If the property is configured for an item it applies to this item and all it’s subitems.

In general it is advised to store only results that are time consuming to recalculate and that are re-used in the same of in new sessions. This keeps your calccache size limited and results might be available faster, as less disk I/O is needed. It requests some experience on which expressions are time-consuming to calculate.