Version v3.3 of This version of etcd is no longer supported. For the latest version, please see the latest stable version. For the latest stable documentation, see v3.5.
System limits
Request size limit
etcd is designed to handle small key value pairs typical for metadata. Larger requests will work, but may increase the latency of other requests. By default, the maximum size of any request is 1.5 MiB. This limit is configurable through --max-request-bytes
flag for etcd server.
Storage size limit
The default storage size limit is 2GB, configurable with --quota-backend-bytes
flag. 8GB is a suggested maximum size for normal environments and etcd warns at startup if the configured value exceeds it.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.