There is a fixed constant in Parameters.ConcurrencyParameters ...
/**
* The highest allowed value for the concurrency.
*/
static int MAX_CONCURRENCY = 50;
This is used both in ConcurrencyInterview and in Harness.
These days, it is possible to have processors with more than that many procesors. The limit needs to be raised.
/**
* The highest allowed value for the concurrency.
*/
static int MAX_CONCURRENCY = 50;
This is used both in ConcurrencyInterview and in Harness.
These days, it is possible to have processors with more than that many procesors. The limit needs to be raised.
- blocks
-
CODETOOLS-7900068 JTReg should allow higher concurency values
-
- Resolved
-
- duplicates
-
CODETOOLS-7183756 MAX_CONCURRENCY needs to be boosted to 128+
-
- Closed
-