Adds a note about 2X memory provisioning.

This commit is contained in:
James Phillips 2016-01-08 19:15:42 -08:00
parent d4f4d0dcee
commit 6d35366228
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ Also, in this release Consul switched from LMDB to a fully in-memory database fo
the state store. Because LMDB is a disk-based backing store, it was able to store
more data than could fit in RAM in some cases (though this is not a recommended
configuration for Consul). If you have an extremely large data set that won't fit
into RAM, you may encounter issues upgrading to Consul 0.6.0 and later.
into RAM, you may encounter issues upgrading to Consul 0.6.0 and later. Consul
should be provisioned with physical memory approximately 2X the data set size to
allow for bursty allocations and subsequent garbage collection.
#### ACL Enhancements