ARM系统redis启动报错
ARM系统redis启动故障
报错:
1:M 15 Jul 2022 08:30:19.788 # 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 15 Jul 2022 08:30:19.788 # Server initialized
1:M 15 Jul 2022 08:30:19.791 # WARNING Your kernel has a bug that could lead to data corruption during background save. Please upgrade to the latest stable kernel.
1:M 15 Jul 2022 08:30:19.792 # Redis will now exit to prevent data corruption. Note that it is possible to suppress this warning by setting the following config: ignore-warnings ARM64-COW-BUG
某些情况下,redis会发出警告,如果检测到系统处于不良状态,甚至会拒绝启动,可以通过设置以下配置来抑制这个告警
ignore-warnings ARM64-COW-BUG
redis配置文件中有说明 此配置默认是注释的 只需取消注释 或者添加此配置 redis即可成功启动
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
所有评论(0)