# # Default Cache Region attributes config. # appian.cacheattributes.cacheName=translationStringVariableDataCache appian.cacheattributes.distributionMode=LOCAL_WITH_DISTRIBUTED_CLEAR # Cache algorithm used. Default in Appian is now LIRS. appian.cacheattributes.MemoryCacheName=com.appiancorp.cache.JavaCachingSystemLirs # For each entry in the TranslationStringVariableDataCache, identified by the key stringVariableUuid (36 Bytes), # it holds the stringUuid (36 Bytes), resulting in a total of 72 Bytes per entry. # With a maximum of 1000 entries, the total storage requirement is 72,000 Bytes. appian.cacheattributes.MaxObjects=1000 #Background memory shrinkage (active eviction) DO NOT DISABLE #33524 appian.cacheattributes.ShrinkerIntervalSeconds=43200 appian.cacheattributes.MaxMemoryIdleTimeSeconds=86400