Hi all, I've installed Redis 7.0.2 on a Virtual Machine with Ubuntu 20.0.4

I'm tweaking the performance, I'm trying to solve all warnings in the redis-log file

I'm stuck with this alert: WARNING overcommit_memory is set to 0! Background save may fail under low memory condition

I've added the parameter vm.overcommit_memory = 1 into /etc/sysctl.conf and rebooted the machine but it's not working, the warning is still in the log file

Do anyone have the same issue?

Thanks in advance

Comment From: sundb

Related to #10841, you can wait for the next release or use the unstable branch.

Comment From: oranagra

sorry about that.. ignore the warning for now.