Skip to content

Commit 9e2e648

Browse files
authored
Merge pull request #197 from TheTransitClock/tc_issue_195
Update ehcache.xml
2 parents 8ad7657 + 8e11088 commit 9e2e648

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

transitclock/src/main/resources/ehcache.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
<ehcache:tti unit="days">7</ehcache:tti>
1515
</ehcache:expiry>
1616
<ehcache:resources>
17-
<ehcache:heap unit="entries">2000</ehcache:heap>
18-
<ehcache:offheap unit="MB">100</ehcache:offheap>
17+
<ehcache:heap unit="entries">2000</ehcache:heap>
1918
<ehcache:disk unit="MB">200</ehcache:disk>
2019
</ehcache:resources>
2120
<ehcache:disk-store-settings thread-pool="pool-disk"
@@ -29,9 +28,8 @@
2928
<ehcache:tti unit="days">7</ehcache:tti>
3029
</ehcache:expiry>
3130
<ehcache:resources>
32-
<ehcache:heap unit="entries">63000</ehcache:heap>
33-
<ehcache:offheap unit="GB">1</ehcache:offheap>
34-
<ehcache:disk persistent="true" unit="GB">10</ehcache:disk>
31+
<ehcache:heap unit="entries">63000</ehcache:heap>
32+
<ehcache:disk persistent="true" unit="GB">5</ehcache:disk>
3533
</ehcache:resources>
3634
<ehcache:disk-store-settings thread-pool="pool-disk"
3735
writer-concurrency="1" />
@@ -44,8 +42,7 @@
4442
<ehcache:ttl unit="days">1</ehcache:ttl>
4543
</ehcache:expiry>
4644
<ehcache:resources>
47-
<ehcache:heap unit="entries">15000</ehcache:heap>
48-
<ehcache:offheap unit="GB">1</ehcache:offheap>
45+
<ehcache:heap unit="entries">15000</ehcache:heap>
4946
<ehcache:disk persistent="true" unit="GB">10</ehcache:disk>
5047
</ehcache:resources>
5148
<ehcache:disk-store-settings thread-pool="pool-disk"
@@ -59,8 +56,7 @@
5956
<ehcache:tti unit="days">21</ehcache:tti>
6057
</ehcache:expiry>
6158
<ehcache:resources>
62-
<ehcache:heap unit="entries">100000</ehcache:heap>
63-
<ehcache:offheap unit="GB">1</ehcache:offheap>
59+
<ehcache:heap unit="entries">100000</ehcache:heap>
6460
<ehcache:disk persistent="true" unit="GB">1</ehcache:disk>
6561
</ehcache:resources>
6662
</ehcache:cache>

0 commit comments

Comments
 (0)