]
Pedro Ruivo updated ISPN-8358:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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
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)