-
Bug
-
Resolution: Unresolved
-
Medium (View bug fix roadmap)
-
None
-
6.3.12, 6.4-OD-10, 6.5-OD-08
-
6.03
-
5
-
Severity 1 - Critical
-
2
-
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
The cache created in atlassian-shindig - DefaultHttpCache can cause JIRA to leak memory and eventually get an out of memory error (OOME).
Furthermore, it seems that all caches created via AtlassianCacheProvider are an unlimited, non expirable caches that will grow and grow and so will suffer from this same problem.
- relates to
-
JRACLOUD-41241 JIRA can run out of memory due to an unbounded cache in atlassian-gadgets
-
- Closed
-
Was observed on 7.11.2
In this case we had 4 com.google.common.cache.LocalCache$Segment , of ~ 500MB each
with ~21,000 cached org.apache.shindig.gadgets.http.HttpResponse per segment. The content of this included a string with the actual response from the server. This caused the instance to be pushed into long full GC time then finally OOM state