]
Tristan Tarrant updated ISPN-8358:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.2.0.Alpha1
Resolution: Done
Reduce default concurrency-level for WeakCounter
------------------------------------------------
Key: ISPN-8358
URL:
https://issues.jboss.org/browse/ISPN-8358
Project: Infinispan
Issue Type: Enhancement
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 9.2.0.Alpha1
The current default value (64) may be to high for small cluster. Reduce it to 16. The
concurrency-level is directly related to the number of keys created for a single weak
counter.
Reduce the test suite concurrency-level as well (4 should be enough for the tests)