From 24148d45cf78c8ba36b748de716710c53e72547b Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Sun, 3 Dec 2017 13:06:57 +0000 Subject: [PATCH] Moved memory guide to site --- docs/MEMORY_CONSUMPTION.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/docs/MEMORY_CONSUMPTION.md b/docs/MEMORY_CONSUMPTION.md index df07df6..b8cccb8 100644 --- a/docs/MEMORY_CONSUMPTION.md +++ b/docs/MEMORY_CONSUMPTION.md @@ -1,18 +1 @@ -### Memory consumption - -Required amount of memory is depends on total number of monitored hosts. - -You could use this formula for calculations: -```bash -total_number_of_hosts * 208 * 3 -``` - -- 3 is a number of counters (data counter, current speed counter, smoothed speed counter). -- 208 is a total size of traffic countring structure for 1.1.3 version. - -Example computations: -- /16, 65535 hosts - 40 mb of RAM -- /8, 16 millions of hosts - 10GB ram - -But please keep in mind! We need to iterate across all counters with single CPU core in ~1 second. Then, for big number of hosts you need to have fast CPU core. - +This page was moved to our [site](https://fastnetmon.com/docs/memory_consumption/)