今天在检查爬虫运行的时候,发现程序停了, 在输出中发现
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
今天在检查爬虫运行的时候,发现程序停了, 在输出中发现
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
本文标题:Redis | 内存达到上限 OOM command not a
本文链接:https://www.haomeiwen.com/subject/zwiwtctx.html
网友评论