Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARNING: /proc/sys/net/core/somaxconn is set to the lower value of 128. #14

Open
milliorn opened this issue Jul 20, 2018 · 1 comment
Open

Comments

@milliorn
Copy link

WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.

Found a link with this issue being discussed.

redis/docker-library-redis#35

The warning is found in the second line in this picture.

image

@horsecoin
Copy link

horsecoin commented Apr 11, 2019

Looks Like your redis is working somewhat, the answer is right in your terminal, all you have to do is open another terminal window & log into redis with root (with bash) and then run the command: echo never > /sys/kernel/mm/transparent_hugepage/enabled or whatever it says on your message. I had this error and that fixed that for me. That will add the line to your file, then restart.
I was just building my test ubuntu/redis base with telnet and got your error along the way too!
https://cloud.docker.com/u/coininstant/repository/docker/coininstant/redis

docker run -i -t coininstant/redis /bin/bash

to start server

/etc/init.d/redis-server start

redis-server

telnet 127.0.0.1 6379

ping (you'll get a pong in return)
quit (to quit telnet)

exit to exit root

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants