Open ChrisRx opened 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.
QuoteBackendBytes
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.
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.