Skip to content

Commit ba37b27

Browse files
committed
Lift the 8GiB etcd limit to 100GiB
https://www.cncf.io/blog/2019/05/09/performance-optimization-of-etcd-in-web-scale-data-scenario/ Signed-off-by: Ronald Ngounou <ronald.ngounou@yahoo.com>
1 parent 3382c95 commit ba37b27

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/en/docs/v3.4/dev-guide/limit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ etcd is designed to handle small key value pairs typical for metadata. Larger re
1010

1111
## Storage size limit
1212

13-
The default storage size limit is 2 GiB, configurable with `--quota-backend-bytes` flag. 8 GiB is a suggested maximum size for normal environments and etcd warns at startup if the configured value exceeds it.
13+
The default storage size limit is 2 GiB, configurable with `--quota-backend-bytes` flag. 100 GiB is a suggested maximum size for normal environments and etcd warns at startup if the configured value exceeds it. Read this [blog](https://www.cncf.io/blog/2019/05/09/performance-optimization-of-etcd-in-web-scale-data-scenario/) to further understand how the 100 GiB was obtained.

content/en/docs/v3.5/dev-guide/limit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ etcd is designed to handle small key value pairs typical for metadata. Larger re
1010

1111
## Storage size limit
1212

13-
The default storage size limit is 2 GiB, configurable with `--quota-backend-bytes` flag. 8 GiB is a suggested maximum size for normal environments and etcd warns at startup if the configured value exceeds it.
13+
The default storage size limit is 2 GiB, configurable with `--quota-backend-bytes` flag. 100 GiB is a suggested maximum size for normal environments and etcd warns at startup if the configured value exceeds it. Read this [blog](https://www.cncf.io/blog/2019/05/09/performance-optimization-of-etcd-in-web-scale-data-scenario/) to further understand how the 100 GiB was obtained.

content/en/docs/v3.6/dev-guide/limit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ etcd is designed to handle small key value pairs typical for metadata. Larger re
1010

1111
## Storage size limit
1212

13-
The default storage size limit is 2 GiB, configurable with `--quota-backend-bytes` flag. 8 GiB is a suggested maximum size for normal environments and etcd warns at startup if the configured value exceeds it.
13+
The default storage size limit is 2 GiB, configurable with `--quota-backend-bytes` flag. 100 GiB is a suggested maximum size for normal environments and etcd warns at startup if the configured value exceeds it. Read this [blog](https://www.cncf.io/blog/2019/05/09/performance-optimization-of-etcd-in-web-scale-data-scenario/) to further understand how the 100 GiB was obtained.

content/en/docs/v3.7/dev-guide/limit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ etcd is designed to handle small key value pairs typical for metadata. Larger re
1010

1111
## Storage size limit
1212

13-
The default storage size limit is 2 GiB, configurable with `--quota-backend-bytes` flag. 8 GiB is a suggested maximum size for normal environments and etcd warns at startup if the configured value exceeds it.
13+
The default storage size limit is 2 GiB, configurable with `--quota-backend-bytes` flag. 100 GiB is a suggested maximum size for normal environments and etcd warns at startup if the configured value exceeds it. Read this [blog](https://www.cncf.io/blog/2019/05/09/performance-optimization-of-etcd-in-web-scale-data-scenario/) to further understand how the 100 GiB was obtained.

0 commit comments

Comments
 (0)