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 spent some time researching this on line before I found the solution in my case.
After changing the host machine's net.core.somaxconn value in vain (sudo sysctl -w net.core.somaxconn=1024;sudo sysctl -p, add "net.core.somaxconn=1024" to /etc/sysctl.conf)
I found this, added to the redis section of the docker-compose.yml:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I spent some time researching this on line before I found the solution in my case.
After changing the host machine's net.core.somaxconn value in vain (sudo sysctl -w net.core.somaxconn=1024;sudo sysctl -p, add "net.core.somaxconn=1024" to /etc/sysctl.conf)
I found this, added to the redis section of the docker-compose.yml:
Check it with:
Hope this helps someone avoid the same wild goose chase I went on.
Beta Was this translation helpful? Give feedback.
All reactions