LOADING Redis is loading the dataset in memory

2018-05-08T09:52:56

redis版本:redis-2.8.12 【64位】 
操作系统:Linux version 2.6.32 【64位】 

异常状况描述: 
  redis中dump.rdb文件到达3G时,所有redis的操作都会抛出此异常。 

原因: 
  maxmemory默认是3G 

解决: 
  redis.conf中  maxmemory <5368709120>  设置大一些,比如5G,30G等

via。http://divine.iteye.com/blog/2146069

当前页面是本站的「Baidu MIP」版。发表评论请点击:完整版 »
因本文不是用Markdown格式的编辑器书写的,转换的页面可能不符合MIP标准。