ntopng/doc/README.redis
Oskar Fagerfjäll f1d38bac3b
Fix typos in documentation (#4311)
* Standardize spelling customize in docs

* Standardize spelling categorize in docs

* Standardize spelling behavior in docs

* Standardize spelling visualization in docs

* Standardize spelling Redis in docs

* Standardize spelling ZMQ in docs

* Standardize spelling CPU in docs

* Standardize spelling URL in docs

* Correct typos in docs
2020-08-19 11:51:11 +02:00

8 lines
301 B
Text

In order to avoid Redis filling up all available memory please set some memory limit in /etc/redis.conf
It is a good idea to set some upper limits such as:
maxmemory 300mb
maxmemory-policy volatile-lru
Of course you need to set these values according to your environment, so your mileage may vary.