如果报错:

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.

 

Please see the documentation included with the binary distributions for more

details on the --maxheap flag.

大概意思是:没有足够的可用空间,可以增加系统的大小分页文件,或减少Redis的堆的大小

使用--maxheap标志。

有时重启将充分整理系统分页文件(重启可以解决)

可以再启动命令后面加maxheap参数重新分配堆大小。

redis-server.exe redis.windows.conf --maxheap 200m

可以写成bat处理命令执行。

最新文章

  1. UI笔记
  2. 【原】iOS学习之Socket
  3. Map 映射
  4. Java 性能优化实战记录(3)--JVM OOM的分析和原因追查
  5. QNX 实时操作系统(Quick Unix)
  6. 【转】基于Android Fragment功能的例子
  7. Java IO流学习总结(转)
  8. Java设计模式(学习整理)---命令模式
  9. WeCenter 社交化问答社区程序 | WeCenter 是一款知识型的社交化问答社区程序,专注于社区内容的整理、归类、检索和再发行
  10. vc中关于 directx的配置,和dxsdk_extras(directshow)
  11. VSTO学习笔记(一)VSTO概述
  12. seek()对中文偏移测试
  13. Mysql大文本类型
  14. C++ map的方法
  15. C#应用jstree实现无限级节点的方法
  16. 【HQL】常用函数
  17. ok,机房小感
  18. C#学习笔记(十五):抽象方法、抽象类、多态和接口
  19. Python内部类,内部类调用外部类属性,方法
  20. GCD多线程使用

热门文章

  1. Yii 查询 搜索
  2. redis client API-----------python
  3. ucos ii 百度官方介绍
  4. java代码输出1到100的质数
  5. 分布式代码管理github
  6. python对MySQL进行数据的插入、更新和删除之后需要commit,数据库才会真的有数据操作。(待日后更新)
  7. python中的 ' ' 和 " "
  8. FFmpeg结构体:AVInputFormat
  9. Django 学习之---静态文件处理详解
  10. 【转载】基于TINY4412的Andorid开发-------简单的LED灯控制