There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-b1966fb9-6f43-4b77-814d-85797e4f3bf7 XWIKI-24117 Open

Java heap space when uploading a lot of attachments

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-69b6b4eb-eca0-4e6c-83fc-9a3f76424a5e Thomas Mortagne on 12/Mar/26 16:58
 
The first OutOfMemoryError in that log does not seem to have much to do with the upload, it apparently happens while resizing an attachment when displaying it.

Feels more like the problem is that all attachments are resized at the same time when showing the attachment tab.

I remember we discussed introducing some resize
pull pool , or a more generic "expensive stuff" pool in a few other issues.