Optimize 10.3.0 | webMethods Optimize Documentation | Configuring BAM | Introduction to Configuring Business Activity Monitoring (BAM) | Managing webMethods Optimize Environments | Configuring Logical Servers | Analytic Engine Clustering | Terracotta Configuration Guidelines for Analytic Engine Clustering | Configure the Persistence Mode Setting
 
Configure the Persistence Mode Setting
The persistence mode setting determines how your TSA manages data. For systems that use a distributed TSA configured for high availability, persistent swap is usually the appropriate choice. If you have configured a single-node TSA and are not concerned about high availability, you should configure the persistence mode to temporary-swap-only, as shown in the following example.
<persistence>
<mode>temporary-swap-only</mode>
<offheap>
<enabled>false</enabled>
<maxDataSize>40g</maxDataSize>
</offheap>
<persistence>