redis报错Windows error 0x70的解决方法


当前第2页 返回上一页

多少个0根据数据情况配置,不要太多了

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

D:\soft\redis-2.8.19>redis-server.exe

[6188] 25 Apr 17:24:16.819 #

The Windows version of Redis allocates a large memory mapped file for sharing

the heap with the forked process used in persistence operations. This file

will be created in the current working directory or the directory specified by

the 'heapdir' directive in the .conf file. Windows is reporting that there is

insufficient disk space available for this file (Windows error 0x70).

  

You may fix this problem by either reducing the size of the Redis heap with

the --maxheap flag, or by moving the heap file to a local drive with sufficient

space.

Please see the documentation included with the binary distributions for more

details on the --maxheap and --heapdir flags.

  

Redis can not continue. Exiting.

  

D:\soft\redis-2.8.19>redis-server.exe

[6420] 25 Apr 17:25:01.668 #

The Windows version of Redis allocates a large memory mapped file for sharing

the heap with the forked process used in persistence operations. This file

will be created in the current working directory or the directory specified by

the 'heapdir' directive in the .conf file. Windows is reporting that there is

insufficient disk space available for this file (Windows error 0x70).

  

You may fix this problem by either reducing the size of the Redis heap with

the --maxheap flag, or by moving the heap file to a local drive with sufficient

space.

Please see the documentation included with the binary distributions for more

details on the --maxheap and --heapdir flags.

  

Redis can not continue. Exiting.

更多redis知识请关注redis入门教程栏目。

以上就是redis报错Windows error 0x70的解决方法的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

Redis单进程为什么快

Redis可以做数据库吗

用什么方式查看Redis数据占用的内存

怎么理解Redis

Redis注册成window服务的方法介绍

Redis持久化之aof方式

Redis如何解决分页查询

Redis集群是什么

Redis内存淘汰机制有哪些

Redis默认端口号是多少

更多相关阅读请进入《Redis》频道 >>


数据库系统概念 第6版
书籍

数据库系统概念 第6版

机械工业出版社

本书主要讲述了数据模型、基于对象的数据库和XML、数据存储和查询、事务管理、体系结构等方面的内容。



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...