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 5922c3c commit eeb7c3fCopy full SHA for eeb7c3f
test/hotspot/jtreg/gc/TestUseGCOverheadLimit.java
@@ -67,7 +67,7 @@ public static void main(String args[]) throws Exception {
67
"-XX:ParallelGCThreads=1", // Make GCs take longer.
68
"-XX:+UseGCOverheadLimit",
69
"-Xlog:gc=debug",
70
- "-XX:GCTimeLimit=90", // Ease the CPU requirement a little.
+ "-XX:GCTimeLimit=80", // Ease the CPU requirement.
71
"-Xmx128m",
72
Allocating.class.getName()
73
};
0 commit comments