mirror of https://github.com/apache/activemq.git
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:
parent
c6af867113
commit
5ea053920f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue