# # Default Cache Region attributes config. # appian.cacheattributes.cacheName=translationSetDataCache 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 TranslationSetDataCache entry, identified by the key setUuid (36 Bytes), # it retains uuid (36 Bytes), name (255 Bytes), locales (23 * 5 chars each), and a role map, # summing up to 536 Bytes. With a maximum of 100 objects, the overall storage requirement is 53,600 Bytes. appian.cacheattributes.MaxObjects=100 #Background memory shrinkage (active eviction) DO NOT DISABLE #33524 appian.cacheattributes.ShrinkerIntervalSeconds=43200 appian.cacheattributes.MaxMemoryIdleTimeSeconds=86400