# # Default Cache Region attributes config. # appian.cacheattributes.cacheName=translationStringDataCache appian.cacheattributes.distributionMode=LOCAL_WITH_DISTRIBUTED_CLEAR # Cache algorithm used. Default in Appian is now LIRS. appian.cacheattributes.MemoryCacheName=com.appiancorp.cache.JavaCachingSystemLirs # On an average TranslationStringDataCache entry, identified by stringUuid as the key (36 Bytes) # along with set id (8 Bytes), setUuid (36 Bytes), 10 sets of translations (5 locale + 1000 chars each), # and variableUuid (36 Bytes) plus variableName (255 Bytes), # the total comes to approximately 10,421 Bytes per entry. # For a collection of 1000 such entries, the targeted maximum size would be 10,421,000 Bytes. appian.cacheattributes.MaxObjects=1000 #Background memory shrinkage (active eviction) DO NOT DISABLE #33524 appian.cacheattributes.ShrinkerIntervalSeconds=43200 appian.cacheattributes.MaxMemoryIdleTimeSeconds=86400