RFR: 8261752: Multiple GC test are missing memory requirements

Thomas Schatzl tschatzl at openjdk.java.net
Tue Feb 16 08:55:40 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.

Thanks. Lgtm.

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

Marked as reviewed by tschatzl (Reviewer).

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



More information about the hotspot-gc-dev mailing list