depending how how -> depending on how

This commit is contained in:
Charlie O'Keefe
2015-10-17 14:55:55 -06:00
parent e2da486cd9
commit e33e48a458

View File

@@ -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.