# Thumbnail Cache Configuration appian.cacheattributes.cacheName=thumbnails appian.cacheattributes.distributionMode=LOCAL_WITH_DISTRIBUTED_CLEAR appian.cache.metrics.collectFullMetrics=false # # Default Cache Region attributes config. # Cache algorithm used. Default in Appian is now LIRS. appian.cacheattributes.MemoryCacheName=com.appiancorp.cache.JavaCachingSystemLirs #Maximum number of thumbnails at any time. This is based on an estimated worst case scenario of having 400 #576x435 png images that are roughly 467kb each. The goal is to keep usage under 200MB appian.cacheattributes.MaxObjects=400 #Background memory shrinkage (active eviction). DO NOT DISABLE #33524 appian.cacheattributes.ShrinkerIntervalSeconds=1200 appian.cacheattributes.MaxMemoryIdleTimeSeconds=2400 # # Cache element attributes config. #