# # Default Cache Region attributes config. # appian.cacheattributes.cacheName=uiState // Default 100MB can be overridden by appian.feature.statefulSailCache.maxSizeBytes.uiState appian.cacheattributes.MaxCacheSizeBytes=104857600 // Default 1MB can be overridden by appian.feature.cache.maxSingleEntrySize.uiState appian.cacheattributes.MaxEntrySizeBytes=1048576 #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