发布于 4年前

redis报错Windows error 0x70

D:\redis-2.8.12>redis-server.exe redis.windows.conf
[7736] 10 Aug 21:39:42.974 #
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 'dir' 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 starting redis from a working directory with
sufficient space available for the Redis heap.

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

Redis can not continue. Exiting.

前几天在处理沂源服务器时redis报了这个错误,我很是为难,忽然灵机一动百度一下 发现了解决办法

#  
# maxheap <bytes>
maxheap 1024000000

只需要指定一下 最大的值就可以了

©2020 edoou.com   京ICP备16001874号-3