criticalstack / e2d

gossip-based etcd manager
Apache License 2.0
31 stars 4 forks source link

etcd performance settings #25

Open ChrisRx opened 5 years ago

ChrisRx commented 5 years ago

There are etcd settings that should be provided as tunables in the case they are required. The biggest one in particular is QuoteBackendBytes which ends up allowing the user to override etcd's initial 2GB storage limit.

ChrisRx commented 4 years ago

https://github.com/etcd-io/etcd/pull/11946

This would be a valuable option to use for ephemeral usages of e2d where disk performance is more important than durability/safety.