mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-29 14:52:52 +00:00
"--cpus" is only available in Docker 1.13 and higher, and is the equivalent of setting both --cpu-period and --cpu-quota. Reviewed-by: bobv, dholmes