Support #13203
Redis server: fix warning relarted to memory allocation
Start date:
12/11/2021
Due date:
% Done:
50%
Description
See message when Redis starts:
18027:M 12 Nov 2021 12:26:13.622 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
Related issues
History
#1 Updated by Philippe May about 3 years ago
- Related to Support #13202: Gisaf is showing error added
#3 Updated by Philippe May about 3 years ago
- % Done changed from 0 to 50
- Status changed from New to In Progress
root@gisaf2:~# cat /etc/sysctl.d/overcommit_memory.conf vm.overcommit_memory = 1