码迷,mamicode.com
首页 > 其他好文 > 详细

QForkMasterInit: system error caught. error code=0x000005af, message=VirtualAllocEx failed.(遇到还没试过)

时间:2019-12-20 21:09:43      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:red   fail   for   height   mil   mem   sys   ESS   led   

今天在使用Redis的时候出现以下错误:

QForkMasterInit: system error caught. error code=0x000005af, message=VirtualAllocEx failed.

主要原因是磁盘吃紧。

 具体解决方法是:

redis的conf文件设置参数maxheap和maxmemory。

maxmemory 120MB 

maxheap 180MB

maxmemory和maxheap根据自己的电脑配置而定,通常情况下:

maxheap  = 1.5 * maxmemory

QForkMasterInit: system error caught. error code=0x000005af, message=VirtualAllocEx failed.(遇到还没试过)

标签:red   fail   for   height   mil   mem   sys   ESS   led   

原文地址:https://www.cnblogs.com/zouhong/p/12074809.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!