From ff1eec015f58157ca23c3bd6984d537bd757acd8 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 20 Oct 2015 13:39:11 -0700 Subject: [PATCH] Gets rid of LMDB reference in the FAQ. --- website/source/docs/faq.html.markdown | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/website/source/docs/faq.html.markdown b/website/source/docs/faq.html.markdown index e99644d6ec..96b8697986 100644 --- a/website/source/docs/faq.html.markdown +++ b/website/source/docs/faq.html.markdown @@ -6,16 +6,6 @@ sidebar_current: "docs-faq" # Frequently Asked Questions -## Q: Why is virtual memory usage high? - -Consul makes use of [LMDB](http://symas.com/mdb/) internally for various data -storage purposes. LMDB relies on using memory-mapping, a technique in which -a sparse file is represented as a contiguous range of memory. Consul configures -high limits for these file sizes and as a result relies on large chunks of -virtual memory to be allocated. However, in practice, the limits are much larger -than any realistic deployment of Consul would ever use, and the resident memory or -physical memory used is much lower. - ## Q: What is Checkpoint? / Does Consul call home? Consul makes use of a HashiCorp service called [Checkpoint](http://checkpoint.hashicorp.com)