Redis | 内存达到上限 OOM command not a
2019-06-04 本文已影响0人
WangLane
今天在检查爬虫运行的时候,发现程序停了, 在输出中发现
OOM command not allowed when used memory > 'maxmemory'.
解决方案1:增加内存上限
127.0.0.1:6379> CONFIG SET maxmemory 2gb
解决方案2:设置淘汰策略
127.0.0.1:6379>CONFIG SET maxmemory-policy volatile-lru