We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6a014 commit c1de932Copy full SHA for c1de932
test/hotspot/jtreg/containers/systemd/MemoryLimitTest.java
@@ -50,7 +50,7 @@ public static void main(String[] args) throws Exception {
50
51
private static void testHasMemoryLimit() throws Exception {
52
SystemdRunOptions opts = SystemdTestUtils.newOpts("ContainerMemory");
53
- opts.addClassOptions("hasMemoryLimit", "true");
+ opts.addClassOptions("hasMemoryLimit", "true");
54
opts.memoryLimit("100M");
55
opts.sliceName(TEST_SLICE_NAME);
56
SystemdTestUtils.addWhiteBoxOpts(opts);
0 commit comments