mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-19 07:29:08 +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