use larger max file length, less swapping of files

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@965565 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2010-07-19 17:22:55 +00:00
parent c6af867113
commit 5ea053920f
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<kahaDB directory="${activemq.base}/data/kahadb"
cleanupInterval="300000" checkpointInterval="50000"
journalMaxWriteBatchSize="62k"
journalMaxFileLength="64mb"
journalMaxFileLength="1g"
indexCacheSize="100000" indexWriteBatchSize="100000"
/>
</persistenceAdapter>