The Windows version of Redis allocates a memory mapped heap for sharing with
the forked process used for persistence operations. In order to share this
memory, Windows allocates from the system paging file a portion equal to the
size of the Redis heap. At this time there is insufficient contiguous free
space available in the system paging file for this operation (Windows error
0x5AF). To work around this you may either increase the size of the system
paging file, or decrease the size of the Redis heap with the --maxheap flag.
Sometimes a reboot will defragment the system paging file sufficiently for
this operation to complete successfully.
 
在网上搜了一下意思是:没有足够的可用空间,可以增加系统的大小分页文件,或减少Redis的堆的大小

使用--maxheap标志。
有时候重启可以解决

解决办法:在启动时,在启动命令后面加上--maxheap ***(例如:--maxheap 300m)

最新文章

  1. Wishart distribution
  2. Codeforces632E Thief in a Shop(NTT + 快速幂)
  3. 怎样用vs 2008 编译C程序
  4. 提高FOR插入数据库动作的优化代码
  5. Enterprise Library - Data Access Application Block 6.0.1304
  6. WWW压缩解压缩
  7. NPOI导出word,以及对table的一些设置
  8. NYOJ 284 坦克大战 bfs + 优先队列
  9. StringBuffer和StringBuilder使用方法比較
  10. Java 并发 线程的生命周期
  11. 计算n!的位数<Math>
  12. 抓包分析YY音频
  13. php学习之重要内置函数
  14. mac Ubuntu 设置快捷进入目录
  15. Js函数初学者练习(一)switch-case结构实现计算器。
  16. Android------Android.mk调用shell脚本
  17. 18 UI美化之level(等级显示显示)
  18. springboot+vue前后端分离,nginx代理配置 tomcat 部署war包详细配置
  19. Java编程的逻辑 (94) - 组合式异步编程
  20. C++各种类继承关系的内存布局

热门文章

  1. ubuntu 下的ftp详细配置
  2. 树莓派学习之路-GPIO Zero
  3. 每天进步一点点------如何实现Sobel Edge Detector? (Image Processing) (C/C++)
  4. vue去掉地址栏# 方法
  5. Ubuntu18.04安装Vim-plug与YCM
  6. selenium 使用close和quit关闭driver的不同点
  7. AOP底层实现原理
  8. Django框架之ORM的相关操作(一)
  9. VS Code的git配置
  10. redis(一)动态字符串