Skip to content

Commit 93b61e8

Browse files
committed
Cap the default etcd backend quota at 8 GiB
1 parent 5166954 commit 93b61e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

roles/etcd/templates/etcd.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ election-timeout: {{ etcd_election_timeout|default(1000) }}
2626

2727
heartbeat-interval: {{ etcd_heartbeat_interval|default(100) }}
2828

29-
# increase default quota from 2 GiB to 16 GiB
30-
quota-backend-bytes: 17179869184
29+
# increase default quota from 2 GiB to 8 GiB
30+
quota-backend-bytes: 8589934592
3131

3232
# important: enable auto compaction
3333
auto-compaction-mode: periodic

0 commit comments

Comments
 (0)