diff --git a/openjdk/content.md b/openjdk/content.md index c1fbdb0c9..d854a9923 100644 --- a/openjdk/content.md +++ b/openjdk/content.md @@ -49,7 +49,6 @@ Inside Linux containers, OpenJDK versions 8 and later can correctly detect conta $ java -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap ... ``` - Inside Windows Server (non-Hyper-V) containers, limit for number of available CPU cores does not work (is ignored by Host Compute Service). To set such limit manually, JVM can be started the following way: ```console