-
Bug
-
Resolution: Fixed
-
Low
-
2.10
-
None
Some grids can be so large they result in OOMs with stacktraces like these:
javax.servlet.ServletException: Servlet execution threw an exception
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:313)
caused by: java.lang.OutOfMemoryError: Java heap space
at com.opensymphony.module.sitemesh.html.util.CharArray.grow(CharArray.java:267)
An approach to deal with this could be to have limits on how many cells we are prepared to deal with per file. This is a rare case at the moment, it only seems to occur on degenerate files, so it is for now classified as minor bug.
- is duplicated by
-
CONFSERVER-18246 Confluence throw an OutOfMemory error when trying to viewfile a Excel document (with some formatting even though there's no data)
- Closed
-
CONFSERVER-18521 Excel File is Rendered Slowly Using View File Macro causing Confluence to be unresponsive
- Closed
- is related to
-
CONFSERVER-21057 Excel file with incorrect suffix can cause OutOfMemory errors
- Closed
-
CONFSERVER-17783 Confluence should not throw an OutOfMemory error when trying to open a large Excel document
- Closed
- relates to
-
CONFSERVER-17225 Viewxls macro causes out of memory error and then fails to render
- Closed