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

今天学习安装redis 在启动redis的时候报下面的错误 大概意思是说内存不足 网上说重启电脑或者分配一下内存就好了

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

解决方式:redis-server.exe redis.windows.conf  --maxheap 1gb  

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

启动成功了