【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

完美。


相关文章:

  • 2021-08-14
  • 2021-11-04
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2021-11-16
  • 2021-04-19
  • 2021-07-03
猜你喜欢
  • 2021-04-29
  • 2021-11-08
  • 2021-08-17
  • 2022-01-17
  • 2021-07-13
  • 2022-02-17
相关资源
相似解决方案