[
https://issues.apache.org/jira/browse/HTTPCLIENT-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski updated HTTPCLIENT-1341:
------------------------------------------
Summary: DeflateDecompressingEntity does not call Inflater#end (was:
DeflateDecompressingEntity does call Inflater#end)
> DeflateDecompressingEntity does not 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: [email protected]
For additional commands, e-mail: [email protected]