1. Problems
When you use redis-server.exe to startup directly, it will flashback. When it is started with script and configuration file, it will also flashback. When it is started with command line, an error will be reported:
[23848] 16 Mar 16:10:32.565 # QForkMasterInit: system error caught. error code=0x000005af, message=VirtualAllocEx failed.: unknown error
2. Solutions
Redis’s conf file sets the parameters maxheap and maxmemory
maxmemory 120MB
maxheap 180MB
Maxmemory and maxheap depend on your computer configuration. Usually: maxheap = 1.5 * maxmemory
Read More:
- Creating Server TCP listening socket 127.0.0.1:6379: bind: No error。。。 Solutions to problems encountered in startup
- (20200916 Solved)Docker||redis-cli Could not connect to Redis at 127.0.0.1:6379: Connection refused
- Connection error:Cannot connect to redis-server. Details are available in connection log.
- Redis cli create creates an error when creating a cluster
- Build LNMPR Error — php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
- No such file or directory error when redis is started under Windows
- Redis cannot load windows.conf
- Error creating bean with name ‘enablererediskeyspacenotificationsinitializer’
- Centos7 offline installation of redis and PHP extension redis
- Solution to redis error in CentOS of idea connected virtual machine
- Termux installing redis
- Windows redis startup error reported: Creating Server TCP listening socket 127.0.0.1:6379: bind: No error
- The local program cannot access the test environment redis cluster through public IP_ compromise
- MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk.
- Error creating bean with name ‘redissonclient’:
- About connection reset by peer: socket write error
- Redis: How to Configurate Redis.conf File
- nginx: [error] open() “/usr/local/nginx/logs/nginx.pid“ failed (2: No such file or directory)
- Visual studio 2012, a complete collection of solutions to flash back windows after running
- ERR Slot 3300 is already busy (Redis::CommandError)