Sorry guys, quick update:

Time interval actually affects the situation: if actor job time < scheduler 
interval, everything is good, no matter how many actors we have.

When actor job time > scheduler interval and ACTOR_COUNT < 30, envelopes 
filling up and not garbage collected (millions of them after a few hours).
*But if I increase ACTOR_COUNT up to 30, GC starts to delete those 
not-delivered messages, according to the profiler.*

Why? Looks like something in Akka starts working differently after that 
magic threshold.

Any ideas?
 

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to