Skip to content

Commit

Permalink
Merge pull request #196 from TheTransitClock/tc_issue_195
Browse files Browse the repository at this point in the history
Lower default ehcache memory requirements.
  • Loading branch information
scrudden committed Jun 12, 2020
2 parents 8364504 + d7b4b5f commit 8ad7657
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions transitclock/src/main/resources/ehcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
</ehcache:expiry>
<ehcache:resources>
<ehcache:heap unit="entries">63000</ehcache:heap>
<ehcache:offheap unit="GB">2</ehcache:offheap>
<ehcache:disk persistent="true" unit="GB">40</ehcache:disk>
<ehcache:offheap unit="GB">1</ehcache:offheap>
<ehcache:disk persistent="true" unit="GB">10</ehcache:disk>
</ehcache:resources>
<ehcache:disk-store-settings thread-pool="pool-disk"
writer-concurrency="1" />
Expand All @@ -45,8 +45,8 @@
</ehcache:expiry>
<ehcache:resources>
<ehcache:heap unit="entries">15000</ehcache:heap>
<ehcache:offheap unit="GB">2</ehcache:offheap>
<ehcache:disk persistent="true" unit="GB">40</ehcache:disk>
<ehcache:offheap unit="GB">1</ehcache:offheap>
<ehcache:disk persistent="true" unit="GB">10</ehcache:disk>
</ehcache:resources>
<ehcache:disk-store-settings thread-pool="pool-disk"
writer-concurrency="1" />
Expand All @@ -60,8 +60,8 @@
</ehcache:expiry>
<ehcache:resources>
<ehcache:heap unit="entries">100000</ehcache:heap>
<ehcache:offheap unit="GB">2</ehcache:offheap>
<ehcache:disk persistent="true" unit="GB">15</ehcache:disk>
<ehcache:offheap unit="GB">1</ehcache:offheap>
<ehcache:disk persistent="true" unit="GB">1</ehcache:disk>
</ehcache:resources>
</ehcache:cache>

Expand Down

0 comments on commit 8ad7657

Please sign in to comment.