QForkMasterInit:. Error caught error code = 0x000005af, message = VirtualAllocEx failed system (not tried encountered).

Today, the following error when using the Redis:

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

The main reason is the disk tight.

 Specific solution is:

redis the conf file to set parameters maxheap and maxmemory.

120MB maxmemory 

maxheap 180MB

maxmemory and maxheap according to their computer configuration may be, under normal circumstances:

maxheap = 1.5 * maxmemory

Guess you like

Origin www.cnblogs.com/zouhong/p/12074809.html