Redis oom killed on one host scan

The solution was:

# Size of SWAP
vm.overcommit_ratio = 25
vm.overcommit_memory = 1

The Redis uses SWAP but if you disable the overcommit_memory oom_killer will be kill redis when the memory usage going crazy.