Hi Peter,

my guess is that you are not actually seeing a leak, you are most likely
just sending too many messages to your actor and they pile up in its
mailbox.

Regards,

Roland



On Fri, Mar 14, 2014 at 11:27 PM, Peter Wolf <[email protected]> wrote:

> Hi, I am developing a large parallel processing application with Actor and
> am observing a memory leak.
>
> The leak seems to be related to the data passed between Actors.  If I pass
> larger objects, the leak is worse.
>
> I don't believe I am keeping a reference to this data.  Does anything hang
> onto the messages processed by Actors?  Is there some configuration or
> logging I need to change?
>
> Thanks
> Peter
>
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Akka Team
Typesafe - The software stack for applications that scale
Blog: letitcrash.com
Twitter: @akkateam

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to