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

Posted zouhong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了QForkMasterInit: system error caught. error code=0x000005af, message=VirtualAllocEx failed.(遇到还没试过)(相关的知识,希望对你有一定的参考价值。

今天在使用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.(遇到还没试过)(的主要内容,如果未能解决你的问题,请参考以下文章

能不能用system.out.print();代替e.printStackTrace();呢?

System.UnauthorizedAccessException:访问被拒绝。 (来自 HRESULT 的异常:0x80070005 (E_ACCESSDENIED))

System design interview: how to design a feeds system (e.g., Twitter, Instagram and Facebook news fe

ASP.NET Core TypeLoadException无法从程序集“System.Web”加载类型“System.Web.PreApplicationStartMethodAttribute”(

想把E盘的apk文件用adb批处理安装到手机 system/app下怎么实现

在System Verilog中计算浮点值的e ^ x?