# # Default Cache Region attributes config. # appian.cacheattributes.cacheName=uiStateLarge appian.cacheattributes.SegmentCount=1 // Default 100MB can be overridden by appian.feature.statefulSailCache.maxSizeBytes.uiStateLarge appian.cacheattributes.MaxCacheSizeBytes=104857600 // Default 25MB can be overridden by appian.feature.cache.maxSingleEntrySize.uiStateLarge appian.cacheattributes.MaxEntrySizeBytes=26214400 #Using jdbc cache #Cache algorithm used. LIRS: Low inter-reference recency set appian.cacheattributes.MemoryCacheName=com.appiancorp.cache.StatefulSailJavaCachingSystemLirs # Maximum number of entries in the cache appian.cacheattributes.MaxObjects=9000 #Background memory shrinkage (active eviction) DO NOT DISABLE #33524 appian.cacheattributes.ShrinkerIntervalSeconds=60 appian.cacheattributes.MaxSpoolPerRun=1000 # Idle for 5 minutes removes entry appian.cacheattributes.MaxMemoryIdleTimeSeconds=300 # # Cache element attributes config. #