You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Igor Fedorenko (JIRA)" <ji...@apache.org> on 2013/04/12 19:30:15 UTC

[jira] [Created] (HTTPCLIENT-1341) DeflateDecompressingEntity does call Inflater#end

Igor Fedorenko created HTTPCLIENT-1341:
------------------------------------------

             Summary: DeflateDecompressingEntity does call Inflater#end
                 Key: HTTPCLIENT-1341
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1341
             Project: HttpComponents HttpClient
          Issue Type: Bug
    Affects Versions: 4.2.4
            Reporter: Igor Fedorenko


Inflater#end must be called to release native, i.e. not managed by java garbage collector, memory used by the Inflater. Although the native memory will be eventually released when Inflater instanced is finalized, it can take significant time before this happens and can result in excessive use of native memory (observed >12G) which triggers heavy OS swap and makes computer unresponsive.

--
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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org