-
Bug
-
Resolution: Fixed
-
High
-
None
-
4
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
cntech.atlassian.net had a couple of thumbnail-related OOMEs. This is caused by a smallish png ~3.8MB but with a 26000x24000 dimension. You can easily reproduce the problem by just generating an image with a white background of that dimension.
convert -size 26000x24000 xc:white oom.png
Similar to JRA-40084, I think we should reject images above a configurable dimension, causing the image to be marked as thumbnailable=0
Possible Solutions:
- Thumber should reject images above a configurable dimension.
- causes
-
JRASERVER-43200 JIRA image thumbnail in 6.5-OD-01-120 has lower quality of thumbnail compare to JIRA image thumbnail in 6.4-OD-15-055
- Closed
-
JRASERVER-44496 Invalid width and height of image thumbnails
- Closed
- relates to
-
JRACLOUD-40941 Images with very large dimensions cause thumbnail generation to OOME the instance
- Closed
-
JRASERVER-20072 Attachment and thumbnail missing in issue when CMYK jpeg image attached.
- Closed