You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.1 KiB
XML

<ehcache maxBytesLocalHeap="1G" maxBytesLocalDisk="5G">
<diskStore path="java.io.tempdir" />
<sizeOfPolicy maxDepth="150000"/>
<defaultCache
maxElementsInMemory = "100000"
maxElementsOnDisk = "0"
eternal="false"
timeToLiveSeconds="180"
timeToIdleSeconds="180"
overflowToDisk = "false"
diskPersistent = "false"
diskSpoolBufferSizeMB = "2000"
diskExpiryThreadIntervalSeconds = "360"
memoryStoreEvictionPolicy = "LFU"
/>
<cache name="com.cloudstore"
eternal="false"
overflowToDisk="false"
diskPersistent="false"
timeToLiveSeconds="1800"
diskSpoolBufferSizeMB="2000"
memoryStoreEvictionPolicy="LRU" />
<cache name="formmodecache"
eternal="false"
timeToLiveSeconds="180"
timeToIdleSeconds="180"
overflowToDisk="false"
diskPersistent="false"
diskSpoolBufferSizeMB="2000"
memoryStoreEvictionPolicy="LFU" />
<cache name="workflowcache"
eternal="false"
overflowToDisk="true"
diskPersistent="true"
timeToLiveSeconds="300"
timeToIdleSeconds="300"
diskSpoolBufferSizeMB="2048"
memoryStoreEvictionPolicy="LRU" />
</ehcache>