We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6635128 commit 9489b5dCopy full SHA for 9489b5d
1 file changed
test/hotspot/jtreg/gc/TestUseGCOverheadLimit.java
@@ -66,7 +66,7 @@ public static void main(String args[]) throws Exception {
66
"-XX:ParallelGCThreads=1", // Make GCs take longer.
67
"-XX:+UseGCOverheadLimit",
68
"-Xlog:gc=debug",
69
- "-XX:GCTimeLimit=90", // Ease the CPU requirement a little.
+ "-XX:GCTimeLimit=80", // Ease the CPU requirement.
70
"-Xmx128m",
71
Allocating.class.getName()
72
};
0 commit comments