@@ -9934,7 +9934,7 @@ int linuxOvercommitMemoryValue(void) {
...
@@ -9934,7 +9934,7 @@ int linuxOvercommitMemoryValue(void) {
voidlinuxOvercommitMemoryWarning(void){
voidlinuxOvercommitMemoryWarning(void){
if(linuxOvercommitMemoryValue()==0){
if(linuxOvercommitMemoryValue()==0){
redisLog(REDIS_WARNING,"WARNING overcommit_memory is set to 0! Background save may fail under low condition memory. 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.");
redisLog(REDIS_WARNING,"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.");