-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
1
-
Problem Definition
Standalone Jira and Local cache for JIRA Datacenter use Guava local cache, which is configured to the default of 4 segments. This means the recency queue (hypothetical contention point) supports concurrency level of 4. In case of large cache and large installations (24+ Cores), increasing the segment count will increase CPU efficiency.
Suggested Solution
Increase number of segments
Workaround
None
- relates to
-
JRASERVER-66356 JIRA becomes unresponsive because of growing recency queue in frequently used projectRoleActors cache.
- Closed
-
JRASERVER-70518 Increase number of cache stripes for EHCache cache
- Closed
-
JRASERVER-67849 Replace Guava cache for frequently accessed caches due to concurrency and memory inefficiency
- Gathering Interest