From e33e48a45861fe093140e481b85cc7c88bc07958 Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Sat, 17 Oct 2015 14:55:55 -0600 Subject: [PATCH] depending how how -> depending on how --- website/source/docs/drivers/docker.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/drivers/docker.html.md b/website/source/docs/drivers/docker.html.md index 02ead445d..832feffa3 100644 --- a/website/source/docs/drivers/docker.html.md +++ b/website/source/docs/drivers/docker.html.md @@ -141,7 +141,7 @@ The `docker` driver will set the following client attributes: Nomad limits containers' CPU based on CPU shares. CPU shares allow containers to burst past their CPU limits. CPU limits will only be imposed when there is contention for resources. When the host is under load your process may be -throttled to stabilize QOS depending how how many shares it has. You can see how +throttled to stabilize QOS depending on how many shares it has. You can see how many CPU shares are available to your process by reading `NOMAD_CPU_LIMIT`. 1000 shares are approximately equal to 1Ghz.