# Cache attributes config. # Cache keys: The cacheKey for the session prepended to the parse model id of the parent # Cache values: DesignViewCacheElementNameMap that contains the children element names of that parent id to the value being cached appian.cacheattributes.cacheName=hcUuidToNameAndTypeCache # Cache algorithm used. Default in Appian is now LIRS. appian.cacheattributes.MemoryCacheName=com.appiancorp.cache.JavaCachingSystemLirs # Maximum number of cached UUID to Name and Type entries # Max memory estimate: 42 characters in an average UUID for 84 bytes in key, 8 bytes for the type, 30 chars in average name, # ~12 chars in average typeString for 60 bytes, in UTF-16 so roughly 176 bytes per entry. ~16.7MB appian.cacheattributes.MaxObjects=45000 #Background memory shrinkage (active eviction). DO NOT DISABLE #33524 appian.cacheattributes.ShrinkerIntervalSeconds=2700 appian.cacheattributes.MaxMemoryIdleTimeSeconds=1800