Redis oom killed on one host scan

All right I think this is solved.
This Redis oom killed on one host scan - #3 by kayapo definetly helped but the final solution is the redis configuration changes:

  • maxclients 100
  • maxmemory 2147483648
  • maxmemory-policy volatile-ttl
  • tcp-keepalive 15

At this time all of my scan is running without problem.

1 Like