Hello list, Ntopng heavily uses redis to save temporary data about host network traffic. In a scenario where there are many hosts involved, ntopng will highly increase redis memory usage.
This force me to use redis configuration like this inside redis.conf file: maxmemory 5gb maxmemory-policy volatile-leu But the above make the following error filling up my log files. ERROR: ERR command not allowed when used memory > ‘maxmemory' Some one experiment the same problem and have a solution to this? Gerhard, _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
