Integrated: 8261752: Multiple GC test are missing memory requirements

Christoph Göttschkes cgo at openjdk.java.net
Wed Feb 17 10:44:38 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.

This pull request has now been integrated.

Changeset: 2e18b52a
Author:    Christoph Göttschkes <cgo at openjdk.org>
Committer: Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/2e18b52a
Stats:     7 lines in 7 files changed: 2 ins; 0 del; 5 mod

8261752: Multiple GC test are missing memory requirements

Reviewed-by: tschatzl, sjohanss

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

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



More information about the hotspot-gc-dev mailing list