What are some best practices and recommendations for tuning Linux for Akka and Akka remoting? Most systems are not setup correctly to handle the number of threads so you need to increase nofile parameter in /etc/security/limits.conf This is just one parameter that needs to be changed/confirmed. I'm sure there are more parameters to tune.
In my case, I'm using Amazon EC2 Instances Version Info: [ec2-user@ip-10-238-38-27 ~]$ uname -mrs Linux 3.10.40-50.136.amzn1.x86_64 x86_64 [ec2-user@ip-10-238-38-27 ~]$ cat /proc/version Linux version 3.10.40-50.136.amzn1.x86_64 (mockbuild@gobi-build-60001) (gcc version 4.8.2 20131212 (Red Hat 4.8.2-7) (GCC) ) #1 SMP Tue May 13 21:35:08 UTC 2014 -Jonathan -- >>>>>>>>>> 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.
