Skip to content

Commit

Permalink
8224506: [TESTBUG] TestDockerMemoryMetrics.java fails with exitValue …
Browse files Browse the repository at this point in the history
…= 137

Backport-of: 1719c0cc12e094856955c2a3294521b79b17ba7c
  • Loading branch information
jerboaa committed Nov 8, 2022
1 parent c605aa3 commit 01f7d1e
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -61,7 +61,7 @@ public static void main(String[] args) throws Exception {
testOomKillFlag("100m", false);
testOomKillFlag("100m", true);

testMemoryFailCount("20m");
testMemoryFailCount("64m");

testMemorySoftLimit("500m","200m");

Expand Down

1 comment on commit 01f7d1e

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.