You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2019/11/19 19:56:04 UTC

[GitHub] [incubator-daffodil] jadams-tresys opened a new pull request #291: Switch to file output stream for large data

jadams-tresys opened a new pull request #291: Switch to file output stream for large data
URL: https://github.com/apache/incubator-daffodil/pull/291
 
 
   Previously, we exclusively were using a ByteArrayOutputStream to handle
   buffered output streams, which has a hard limit of 2GB. This commit
   allows the output stream to change to a FileOutputStream to a temporary
   file once the buffer grows to a specified size, removing the 2GB limit.
   
   DAFFODIL-2194

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services