mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

The primary goal of this doc is to confirm the memory consumption of watch is as expected. Each connection consumes O(10kb) of memory. Each stream consumes O(10kb) of memory. Each watching consumes < O(1kb) of memory. Then when you have a large number of watching with small number of connections and streams, the ave memory consumption per watch will be O(1kb).
Benchmarks
etcd benchmarks will be published regularly and tracked for each release below:
Memory Usage Benchmarks
It records expected memory usage in different scenarios.