Closed
Bug 1065371
Opened 10 years ago
Closed 10 years ago
mana.mozilla.org errors java.lang.OutOfMemoryError
Categories
(Infrastructure & Operations :: IT-Managed Tools, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rwatson, Assigned: jabba)
Details
(Whiteboard: [kanban:https://kanbanize.com/ctrl_board/4/1248] )
Mana is spitting out errors:
caused by: com.google.common.util.concurrent.ExecutionError: java.lang.OutOfMemoryError: PermGen space
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2232)
I believe these are vm's so perhaps a memory increase is in order?
given it's a PermGen space issue, it's likely that just increasing the max permgen size should help.
-XX:MaxPermSize=128m
Reporter | ||
Updated•10 years ago
|
Assignee: server-ops-webops → jdow
Assignee | ||
Comment 2•10 years ago
|
||
This should be resolved. :tmary helped me configure proper settings. The root cause here is that we upgraded java last week, as well as confluence (due to an emergency outage that was easier resolved by upgrading), and the new version of confluence wasn't respecting the java tuning settings we've been using for a few years. Now it is, and this should be good to go again.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•