You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by "Bram de Kruijff (JIRA)" <ji...@apache.org> on 2013/05/27 09:40:30 UTC

[jira] [Reopened] (ACE-294) Possible heap space problems when storing large repositories

     [ https://issues.apache.org/jira/browse/ACE-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bram de Kruijff reopened ACE-294:
---------------------------------

    
> Possible heap space problems when storing large repositories
> ------------------------------------------------------------
>
>                 Key: ACE-294
>                 URL: https://issues.apache.org/jira/browse/ACE-294
>             Project: ACE
>          Issue Type: Bug
>    Affects Versions: 0.8.0-incubator
>            Reporter: J.W. Janssen
>            Assignee: J.W. Janssen
>
> When storing repositories, a HTTP POST is performed to upload the new repository to the server. This is *not* done in streaming mode, causing the used HttpURLConnection to buffer the entire repository in memory prior to posting it to the server. When a large repository is used it could lead to heap space problems.
> The solution is to enable "streaming" HttpURLConnection by setting its chunk length property to a non-zero value (HttpURLConnection#setChunkedStreamingMode()).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira