RFR: 8261752: Multiple GC test are missing memory requirements
Stefan Johansson
sjohanss at openjdk.java.net
Wed Feb 17 09:09:41 UTC 2021
On Mon, 15 Feb 2021 13:24:57 GMT, Christoph Göttschkes <cgo 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.
Looks good.
-------------
Marked as reviewed by sjohanss (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2575
More information about the hotspot-gc-dev
mailing list