diff --git a/consul/state_store.go b/consul/state_store.go index 05b3cc4faa..cf46b8adde 100644 --- a/consul/state_store.go +++ b/consul/state_store.go @@ -14,7 +14,7 @@ const ( dbNodes = "nodes" dbServices = "services" dbChecks = "checks" - dbMaxMapSize = 1024 * 1024 * 1024 // 1GB maximum size + dbMaxMapSize = 128 * 1024 * 1024 // 128MB maximum size ) // The StateStore is responsible for maintaining all the Consul