This will tune the TCP keepalives to decrease the time it takes for most client stacks to realize a server has gone away. It should also be configured on the servers themselves that are participating in the cluster.
As for rabbitmq tuning I recommend these settings at a minimum:
Comments
Sure, I would recommend the below in sysctl:
This will tune the TCP keepalives to decrease the time it takes for most client stacks to realize a server has gone away. It should also be configured on the servers themselves that are participating in the cluster.As for rabbitmq tuning I recommend these settings at a minimum:
Thank you! I have some reading to do. Appreciate it!