We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5166954 commit 93b61e8Copy full SHA for 93b61e8
1 file changed
roles/etcd/templates/etcd.conf
@@ -26,8 +26,8 @@ election-timeout: {{ etcd_election_timeout|default(1000) }}
26
27
heartbeat-interval: {{ etcd_heartbeat_interval|default(100) }}
28
29
-# increase default quota from 2 GiB to 16 GiB
30
-quota-backend-bytes: 17179869184
+# increase default quota from 2 GiB to 8 GiB
+quota-backend-bytes: 8589934592
31
32
# important: enable auto compaction
33
auto-compaction-mode: periodic
0 commit comments