启动redis的时候,出现

Redis 启动 Please see the documentation included with the binary distributions for more details on the --maxheap flag.

主要就是说 没有足够的可用的空间,可以使用maxheap减少redis堆的大小。或者重启系统对系统分页文件进行碎片整理。

解决方法就是在启动的时候加个  --maxheap 200m就可以了。

Redis 启动 Please see the documentation included with the binary distributions for more details on the --maxheap flag.

 

相关文章: