标签:
必须设置 /etc/sysctl.conf
#vm.overcommit_memory = 1
# sysctl -p
否则会遇到
MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk.
今天搞elk的时候就遇到了这样问题。
版权声明:本文为博主原创文章,未经博主允许不得转载。
安装完redis必须设置内核参数vm.overcommit_memory = 1
标签:
原文地址:http://blog.csdn.net/aca_jingru/article/details/46968447