Version v3.5-DRAFT of the documentation is in DRAFT status. For the latest stable documentation, see v3.4.
System limits
etcd limits: requests and storage
请求的大小限制
etcd是用来处理小的key-value的。大的请求也会工作,但是会增加其他请求的延时。
默认最大的请求是1.5M。可以通过配置启动参数--max-request-bytes
来修改它。
存储大小限制
默认的存储是2GB,可以通过--quota-backend-bytes
来配置。正式环境推荐的最大大小是8GB,如果配置超过了8GB,etcd就会在启动时发出警告。
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.
May 15, 2021: add zh-cn (64a49b3)