RFR: 8261752: Multiple GC test are missing memory requirements

Christoph Göttschkes cgo at openjdk.java.net
Wed Feb 17 08:12:38 UTC 2021


On Tue, 16 Feb 2021 08:53:21 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

>> I used systemd to figure out which memory requirement makes sense for which test:
>> 
>> $ systemd-run --user --scope -p MemoryMax=768M -p MemorySwapMax=0 /usr/bin/make TEST="..." test
>> 
>> Tests succeeding with `768M` of MemoryMax got a requirement of 1G, all others got 2G and succeeded with a MemoryMax of 1536M.
>
> Thanks. Lgtm.

Thanks for the review.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2575



More information about the hotspot-gc-dev mailing list