You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Abel Salgado Romero (JIRA)" <ji...@apache.org> on 2014/07/29 13:18:38 UTC

[jira] [Created] (CXF-5912) Handling of big files in Base64

Abel Salgado Romero created CXF-5912:
----------------------------------------

             Summary: Handling of big files in Base64
                 Key: CXF-5912
                 URL: https://issues.apache.org/jira/browse/CXF-5912
             Project: CXF
          Issue Type: Improvement
          Components: WS-* Components
    Affects Versions: 2.7.3
         Environment: WebSphere 8.5
            Reporter: Abel Salgado Romero
         Attachments: error_log.txt

Hi,

When dealing with big files (10MB or more) in Base64 an OutOfMemory exception is created, even when the server has enough memory to load it.
We would like to know if another treatment is possible to avoid the full message from being loaded into memory during unmarshalling.

For instance when sending files in MTOM (900MB) no memory issue arise because they are streamed through disc.





--
This message was sent by Atlassian JIRA
(v6.2#6252)