From 77d80d0b073d32e8db9713eba2a129c29e086510 Mon Sep 17 00:00:00 2001 From: Marc Milgram Date: Mon, 3 Apr 2017 07:39:07 -0400 Subject: [PATCH] Fix high requirement in design.md The amount of RAM required for high appears to be wrong by an order of magnitude. Fix it with the correct suffix. --- docs/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design.md b/docs/design.md index 7411a1e6..a7ad5455 100644 --- a/docs/design.md +++ b/docs/design.md @@ -27,5 +27,5 @@ The vFlow accepts message queue plugin. for the time being it has Kafka and NSQ |----|---------|---|---| |low| < 1K |2-4|64M| |moderate| < 10K| 8+| 256M| -|high| < 50K| 12+| 512G| +|high| < 50K| 12+| 512M| |x-high| < 100K | 24+ | 1G|