[ 
https://issues.apache.org/activemq/browse/CAMEL-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47810#action_47810
 ] 

Claus Ibsen commented on CAMEL-1138:
------------------------------------

D:\project\camel-1x\camel-core>svn commit --message "CAMEL-1138: Quick fix for 
file consumer not freeing memory"
Sending        
camel-core\src\main\java\org\apache\camel\component\file\FileConsumer.java
Transmitting file data .
Committed revision 722808.

> Memory leak in FileConsumer
> ---------------------------
>
>                 Key: CAMEL-1138
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1138
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.5.0
>            Reporter: Hadrian Zbarcea
>            Assignee: Claus Ibsen
>            Priority: Critical
>             Fix For: 1.5.1, 2.0.0
>
>
> Using a memory profiler, we've identified what appears to be a substantial 
> memory leak in FileConsumer in Camel 1.5.0.  It appears that the noopMap is 
> constantly having items added to it, but nothing performs a remove on it when 
> the file is consumed.  This causes a very large amount of string data to be 
> accumulated in the heap.  In our application, this was a leak of several 
> hundred megabytes and is a showstopper.   Considering the apparent severity 
> of this issue, it would really be nice if a fix could be incorporated into a 
> 1.5.1 version. 
> http://www.nabble.com/Memory-leak-in-FileConsumer-in-Camel-1.5.0-td20794405s22882.html#a20794405

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to