JedisDataException: LOADING Redis is loading the dataset in memory

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等

猜你喜欢

转载自divine.iteye.com/blog/2146069