redis保存数据出错怎么办 redis数据丢失原因

主机教程 建站分享 2年前 (2022-11-12) 192次浏览

文章摘要:redis保存数据出错怎么办 redis数据丢失原因

redis保存数据出错处理方法:在/etc/sysctl.conf配置文件中,添加:“vm.overcommi […]

redis保存数据出错处理方法:在/etc/sysctl.conf配置文件中,添加:“vm.overcommit_memory = 1”,保存配置,重启redis即可。

redis保存数据出错的解决方法:

问题:Redis “MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk”

查看日志出现提示信息如:

“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.”

解决方法:

在/etc/sysctl.conf配置文件中,添加:“vm.overcommit_memory = 1”,保存配置,重启redis即可。


声明:
若非注明,本站文章源于互联网收集整理和网友分享发布,如有侵权,请联系站长处理。
文章名称:redis保存数据出错怎么办 redis数据丢失原因
文章链接:http://www.7966.org/post/15275.html
转载请注明出处

喜欢 (0)