ouf of memory while reading large blob in automation
----------------------------------------------------

                 Key: NXP-7934
                 URL: https://jira.nuxeo.com/browse/NXP-7934
             Project: Nuxeo Enterprise Platform
          Issue Type: Bug
          Components: Automation
    Affects Versions: 5.4.1
            Reporter: Stéphane Lacoin
            Priority: Major
             Fix For: 5.5


When reading large blob in 
{{org.nuxeo.ecm.automation.server.jaxrs.io.MultiPartRequestReader}}, the thread 
is reading into a buffer and may consume all the server memory available. We 
should allocate a {{SharedFileInputStream}} instead of {{FileInputStream}}. 
This will prevent the {{javax.mail.internet.MimeMultipart}} to wrap the input 
stream into  a {{BuferredInputStream}}.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to