Skip to content

Commit

Permalink
new locking settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Apr 11, 2013
1 parent fa3b06e commit 5ef0610
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -37,7 +37,7 @@
<stateTransfer chunkSize="100" fetchInMemoryState="true"/>
</clustering>

<locking useLockStriping="false" />
<locking concurrencyLevel="1000" lockAcquisitionTimeout="500" useLockStriping="false">

<deadlockDetection enabled="true" spinDuration="1000"/>

Expand Down
Expand Up @@ -37,9 +37,9 @@
<stateTransfer chunkSize="100" fetchInMemoryState="true"/>
</clustering>

<locking useLockStriping="false" />
<locking concurrencyLevel="1000" lockAcquisitionTimeout="500" useLockStriping="false">

<deadlockDetection enabled="true" spinDuration="1000"/>
<deadlockDetection enabled="true" spinDuration="1000"/>

<eviction maxEntries="100" strategy="LRU" threadPolicy="DEFAULT"/>

Expand Down

0 comments on commit 5ef0610

Please sign in to comment.