mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 15:09:33 +00:00
* 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
8 lines
301 B
Text
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.
|