-
Bug
-
Resolution: Fixed
-
Low
-
5.0
-
5
-
The EagerLoadingOfBizCustomFieldPersister gobbles up too much memory during a reindex.
This is still a problem in very large instances. While we may be using soft references to prevent OutOfMemory errors, the cache still grows to enormous sizes on all re-index threads and causes excessive memory pressure.
In testing with 200,000 issues and 8 custom fields averaging approximately 50 bytes each this totalled > 400Megabytes.
- is related to
-
JRASERVER-12411 OutOfMemoryError during reindex all (due to EagerLoadingOfbizCustomFieldPersister's caching of custom field values)
- Closed
-
JRASERVER-68806 Custom Field Value cache can grow indefinitely
- Closed
- relates to
-
JRASERVER-28572 Jira re-indexing process appears to leak memory
- Closed
- was cloned as
-
JDEV-29456 Loading...