From ce0a61ff674738c20850cead6993c553c50d6ec0 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Thu, 17 Aug 2017 11:44:02 -0700 Subject: [PATCH] dl_build: fix minor typo --- Documentation/dl_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dl_build.md b/Documentation/dl_build.md index 3600d5c2535..fb7a0d524ea 100644 --- a/Documentation/dl_build.md +++ b/Documentation/dl_build.md @@ -2,7 +2,7 @@ ## System requirements -The etcd performance benchmarks run etcd on 8 vCPU, 16GB RAM, 50GB SSD GCE instances, but any relatively modern machine with low latency storage and a few gigabytes of memory should suffice for most use cases. Applications with large v2 data stores will require more memory than a large v3 data store since data is kept in anonymous memory instead of memory mapped from a file. than For running etcd on a cloud provider, we suggest at least a medium instance on AWS or a standard-1 instance on GCE. +The etcd performance benchmarks run etcd on 8 vCPU, 16GB RAM, 50GB SSD GCE instances, but any relatively modern machine with low latency storage and a few gigabytes of memory should suffice for most use cases. Applications with large v2 data stores will require more memory than a large v3 data store since data is kept in anonymous memory instead of memory mapped from a file. For running etcd on a cloud provider, we suggest at least a medium instance on AWS or a standard-1 instance on GCE. ## Download the pre-built binary