Merge pull request #270 from charlieok/patch-4

add 'is'
This commit is contained in:
Seth Vargo 2015-10-11 22:44:39 -04:00
commit a5d9d624f6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ the memory limit to inform how large your in-process cache should be, or to
decide when to flush buffers to disk.
Both CPU and memory are presented as integers. The unit for CPU limit is
`1024 = 1Ghz`. The unit for memory `1 = 1 megabytes`.
`1024 = 1Ghz`. The unit for memory is `1 = 1 megabytes`.
Writing your applications to adjust to these values at runtime provides greater
scheduling flexibility since you can adjust the resource allocations in your