Skip to content

Commit

Permalink
Merge pull request #197 from TheTransitClock/tc_issue_195
Browse files Browse the repository at this point in the history
Update ehcache.xml
  • Loading branch information
scrudden committed Jun 16, 2020
2 parents 8ad7657 + 8e11088 commit 9e2e648
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions transitclock/src/main/resources/ehcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<ehcache:tti unit="days">7</ehcache:tti>
</ehcache:expiry>
<ehcache:resources>
<ehcache:heap unit="entries">2000</ehcache:heap>
<ehcache:offheap unit="MB">100</ehcache:offheap>
<ehcache:heap unit="entries">2000</ehcache:heap>
<ehcache:disk unit="MB">200</ehcache:disk>
</ehcache:resources>
<ehcache:disk-store-settings thread-pool="pool-disk"
Expand All @@ -29,9 +28,8 @@
<ehcache:tti unit="days">7</ehcache:tti>
</ehcache:expiry>
<ehcache:resources>
<ehcache:heap unit="entries">63000</ehcache:heap>
<ehcache:offheap unit="GB">1</ehcache:offheap>
<ehcache:disk persistent="true" unit="GB">10</ehcache:disk>
<ehcache:heap unit="entries">63000</ehcache:heap>
<ehcache:disk persistent="true" unit="GB">5</ehcache:disk>
</ehcache:resources>
<ehcache:disk-store-settings thread-pool="pool-disk"
writer-concurrency="1" />
Expand All @@ -44,8 +42,7 @@
<ehcache:ttl unit="days">1</ehcache:ttl>
</ehcache:expiry>
<ehcache:resources>
<ehcache:heap unit="entries">15000</ehcache:heap>
<ehcache:offheap unit="GB">1</ehcache:offheap>
<ehcache:heap unit="entries">15000</ehcache:heap>
<ehcache:disk persistent="true" unit="GB">10</ehcache:disk>
</ehcache:resources>
<ehcache:disk-store-settings thread-pool="pool-disk"
Expand All @@ -59,8 +56,7 @@
<ehcache:tti unit="days">21</ehcache:tti>
</ehcache:expiry>
<ehcache:resources>
<ehcache:heap unit="entries">100000</ehcache:heap>
<ehcache:offheap unit="GB">1</ehcache:offheap>
<ehcache:heap unit="entries">100000</ehcache:heap>
<ehcache:disk persistent="true" unit="GB">1</ehcache:disk>
</ehcache:resources>
</ehcache:cache>
Expand Down

0 comments on commit 9e2e648

Please sign in to comment.