Skip to content

Commit

Permalink
tune down the stateTransfer chunkSize to (hopefully) keep its memory …
Browse files Browse the repository at this point in the history
…usage in check
  • Loading branch information
cbeer committed Apr 10, 2013
1 parent c9942b7 commit 44a5ec4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Expand Up @@ -19,8 +19,8 @@
<clustering mode="distribution">
<sync/>
<l1 enabled="false" lifespan="0" onRehash="false"/>
<hash numOwners="${fcrepo.ispn.numOwners:1}"/>
<stateTransfer fetchInMemoryState="true"/>
<hash numOwners="${fcrepo.ispn.numOwners:2}"/>
<stateTransfer chunkSize="100" fetchInMemoryState="true"/>
</clustering>
</default>

Expand All @@ -33,8 +33,8 @@
<clustering mode="distribution">
<sync/>
<l1 enabled="false" lifespan="0" onRehash="false"/>
<hash numOwners="${fcrepo.ispn.numOwners:1}"/>
<stateTransfer fetchInMemoryState="true"/>
<hash numOwners="${fcrepo.ispn.numOwners:2}" numSegments="40"/>
<stateTransfer chunkSize="100" fetchInMemoryState="true"/>
</clustering>

<locking useLockStriping="false" />
Expand Down
Expand Up @@ -19,8 +19,8 @@
<clustering mode="distribution">
<sync/>
<l1 enabled="false" lifespan="0" onRehash="false"/>
<hash numOwners="${fcrepo.ispn.numOwners:1}"/>
<stateTransfer fetchInMemoryState="true"/>
<hash numOwners="${fcrepo.ispn.numOwners:2}"/>
<stateTransfer chunkSize="100" fetchInMemoryState="true"/>
</clustering>
</default>

Expand All @@ -33,8 +33,8 @@
<clustering mode="distribution">
<sync/>
<l1 enabled="false" lifespan="0" onRehash="false"/>
<hash numOwners="${fcrepo.ispn.numOwners:1}"/>
<stateTransfer fetchInMemoryState="true"/>
<hash numOwners="${fcrepo.ispn.numOwners:2}"/>
<stateTransfer chunkSize="100" fetchInMemoryState="true"/>
</clustering>

<locking useLockStriping="false" />
Expand Down

0 comments on commit 44a5ec4

Please sign in to comment.