【redis启动失败】he Windows version of Redis allocates a memory mapped heap for sharing with the forked pr

【Windows下】今早重启做redis分布式的时候启动了两个redis,其种只有一个能正常的启动,另一个启动一直报错,好像是启动内存不足,需要重新分配额外的heap内存,解决办法就是重启一下电脑或者是在启动的时候配置内存。

【redis启动失败】he Windows version of Redis allocates a memory mapped heap for sharing with the forked pr

解决办法就是:redis-server.exe redis.windows.conf  --maxheap 2gb

ok

完美。