Slide 26
Slide 26 text
3.5 Docker
Libcontainer
$ docker run --help
[...]
-c, --cpu-shares=0 CPU shares (relative weight)
--cpuset="" CPUs in which to allow execution (0-3, 0,1)
-m, --memory="" Memory limit (format: , where
unit = b, k, m or g)
--memory-swap="" Total memory usage (memory + swap), set '-1' to
disable swap (format: , where unit = b, k, m or g)
@vpetersson