Hi, When using Shenandoah in a docker container on JDK 13, the number of CPUs allocated to the container is ignored. Seems like https://bugs.openjdk.java.net/browse/JDK-8225229 made Shenandoah use os::processor_count() which is not container aware.