mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-12 07:58:43 +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