redis 服务端突然报错 BeginForkOperation: system error caught. error code =0x000005af, message=BeginForkOperation: VirtualProtect failed for the heap: unk

nown error
去谷歌了一下 原因是因为没有设置内存
需要在 redis.windows.conf
maxmemory 209715200 #200MB
maxheap 314572800 #300MB maxheap=1.5*maxmemory
中心启动就可以
QForkMasterInit:
system error caught. error code=0x000005af, message=VirtualAllocEx failed.: unknown error
这个问题也是内存没有配置好的原因哦