From a4fd1f0b40759af5481fb45d01e8acf6f909249d Mon Sep 17 00:00:00 2001 From: Rob Genova Date: Mon, 5 Mar 2018 23:42:29 +0000 Subject: [PATCH] Add note about cluster sizes to Built for Scale section. --- website/source/intro/index.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/intro/index.html.markdown b/website/source/intro/index.html.markdown index 0823c0bbb..68f9593ec 100644 --- a/website/source/intro/index.html.markdown +++ b/website/source/intro/index.html.markdown @@ -54,7 +54,8 @@ The key features of Nomad are: leader election and state replication to provide availability in the face of failures. Nomad is optimistically concurrent, enabling all servers to participate in scheduling decisions which increases the total throughput and reduces latency - to support demanding workloads. + to support demanding workloads. Nomad has been proven to scale to cluster sizes that + exceed 10k nodes in real-world production environments. ## Next Steps