Fix formatting (should satisfy Travis)

This commit is contained in:
Tianon Gravi 2018-11-19 07:31:59 -08:00
parent aa4f737645
commit 2ab08e4ff1
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ Inside Linux containers, OpenJDK versions 8 and later can correctly detect conta
$ java -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap ... $ 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: 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 ```console