Here <https://groups.google.com/forum/#!topic/akka-user/36cetJSGmm0>. My 
apologies: it wasn't Roland, but Konrad Malawsky. The issue I am 
investigating is that if I use multiple routers in my path Akka creates 
huge amount of actor's class  instances and the system runs out of memory 
If I have three routers in my path with nr-of-instances 10 each Akka will 
create 1000 actor class instances. My paths have tens of hops and number of 
actors ends up being huge. Roland suggested here 
<https://groups.google.com/forum/#!topic/akka-user/Egf8zXiIzBg> to create 
all actors as children of the supervisor which essentially allows only one 
router.

On Friday, August 19, 2016 at 10:39:50 PM UTC-4, Justin du coeur wrote:
>
> On Fri, Aug 19, 2016 at 4:23 PM, Mark Kaberman <mkab...@gmail.com 
> <javascript:>> wrote:
>
>> The fact that actor names are generated by Akka is also a concern. 
>> According to Roland Kuhn that should be avoided. 
>>
>
> Hmm?  Where does Roland say that?  There are lots of perfectly ordinary 
> circumstances in which the Actor's name is generated by Akka, and routing 
> seems like one of the cases where I would expect that to be the case...
>

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