[BUG]1panel面板中官方应用商店中的[7.4.1] Redis,一键安装存在问题 #6971
huanglian666
started this conversation in
Ideas
Replies: 1 comment
-
感谢反馈,上述配置和操作系统有关,建议使用下面的方案来消除警告信息: 这个警告表明,当前系统的 TCP backlog 设置限制了服务的最大并发连接数。要解决这个问题,可以通过调整 somaxconn 参数来增大允许的 TCP backlog 设置。以下是处理该警告的步骤:
然后应用更改:
设置完毕后,该警告应会消失。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
联系方式
No response
1Panel 版本
v1.10.20-lts
问题描述
一键安装Redis警告
WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
重现步骤
通过面板官方的应用商店,默认方式,一键安装Redis
期待的正确结果
#期待
希望官方可以把这个配置加入到官方应用商店的默认配置选项中,期待官方采纳!!!!
相关日志输出
WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
附加信息
#解决方案
官方应用商店中的docker-compose文件中新增配置选项
Beta Was this translation helpful? Give feedback.
All reactions