Gets rid of LMDB reference in the FAQ.

This commit is contained in:
James Phillips 2015-10-20 13:39:11 -07:00
parent 785bf6678d
commit ff1eec015f
1 changed files with 0 additions and 10 deletions

View File

@ -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)