diff --git a/docker-compose.yml b/docker-compose.yml index 23f52cdd8d..fbd9778081 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -117,6 +117,7 @@ services: ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2379" ETCD_LISTEN_PEER_URLS: "http://0.0.0.0:2380" ETCD_DISABLE_STORE_MEMBER_ID: "true" + ETCD_MAX_TXN_OPS: "1024" k6: volumes: diff --git a/provisioning/common/etcd/values.yaml b/provisioning/common/etcd/values.yaml index 9da3cdfa9f..3a56d00844 100644 --- a/provisioning/common/etcd/values.yaml +++ b/provisioning/common/etcd/values.yaml @@ -61,7 +61,7 @@ extraEnvVars: value: "256MiB" # Increase limit of operations in transaction. - name: ETCD_MAX_TXN_OPS - value: "1000" + value: "1024" # The root password is used for authentication, the client gets a JWT token with short expiration. auth: