码迷,mamicode.com
首页 > 其他好文 > 详细

Redis: OOM command not allowed when used memory > ‘maxmemory

时间:2016-07-02 15:50:52      阅读:443      评论:0      收藏:0      [点我收藏+]

标签:

Redis: OOM command not allowed when used memory > ‘maxmemory’

解决方式:

$ vim /etc/redis/6903.conf maxmemory 3gb

maxmemory-policy allkeys-lru

maxmemory-samples 5

Redis: OOM command not allowed when used memory > ‘maxmemory

标签:

原文地址:http://www.cnblogs.com/fangyuan303687320/p/5635409.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!