The server's ulimit is 50.000

On Monday, November 9, 2015 at 12:31:45 PM UTC+7, Hengky Sucanda wrote:
>
> Hi all,
>
> Recently my system has been hit with a "too many open files" error. 
> Attached is the result of running netstat -apn . 
>
> The setup is a Play Framework 2.4.2 node sending message to sharded actors 
> using ClusterSharding(system).startProxy(...).
>
> The region is provided by a class called RouteeProvider that is binded in 
> Guice asEagerSingleton(). The sharded actor is located at two different 
> nodes at two separate server.
>
> My question is, does the proxy open a new socket every time it tries to 
> connect to the sharded actor? Does the error has anything to do with 
> https://github.com/akka/akka/issues/16346 (because we are seeing some 
> sort of anomaly in CPU usage after deployment which may cause network 
> partition)? 
>
> Akka version is 2.4.0.
>

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