# EPEx actor instance count # # This tracks the count of times that loop head nodes run. # This is done to prevent infinite loops in EPEx process models. # # UUID -> integer count appian.cacheattributes.cacheName=epexInstance # Cache algorithm used. Default in Appian is now LIRS. appian.cacheattributes.MemoryCacheName=com.appiancorp.cache.JavaCachingSystemLirs # Maximum number of cached objects at any given time appian.cacheattributes.MaxObjects=1000 # Background memory shrinkage (active eviction) DO NOT DISABLE #33524 # The shrinker can force eject items from the cache that would otherwise be lazily retained appian.cacheattributes.ShrinkerIntervalSeconds=86400 appian.cacheattributes.MaxMemoryIdleTimeSeconds=86400 # Time to Live (1 year, i.e., don't expire by time, but we do expire by count) appian.elementattributes.MaxLifeSeconds=31536000