You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Redis in global mode for a swarm setup and have some performance issues.
I am looking at the logs and I have this going on as well, which may or not be related:
1:M 24 Apr 22:03:10.486 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.,
1:M 24 Apr 22:03:10.486 # Server started, Redis version 3.2.8,
1:M 24 Apr 22:03:10.486 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.,
1:M 24 Apr 22:03:10.486 * The server is now ready to accept connections on port 6379,
1:M 24 Apr 22:03:10.486 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I am noticing there are performance issues and limitations because I can only use this redis setup in the swarm in global mode (which is super slow). It would be nicer if we could replicate this across the swarm in cluster mode so that each container is updated. Currently if I don't run it in global. Cache is different in each node.
I am running Redis in global mode for a swarm setup and have some performance issues.
I am looking at the logs and I have this going on as well, which may or not be related:
1:M 24 Apr 22:03:10.486 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.,
1:M 24 Apr 22:03:10.486 # Server started, Redis version 3.2.8,
1:M 24 Apr 22:03:10.486 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.,
1:M 24 Apr 22:03:10.486 * The server is now ready to accept connections on port 6379,
1:M 24 Apr 22:03:10.486 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
Any thoughts?
The text was updated successfully, but these errors were encountered: