mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8371895: Lower GCTimeLimit in TestUseGCOverheadLimit.java
Reviewed-by: ayang, iwalulya, shade
This commit is contained in:
parent
5922c3cbac
commit
eeb7c3f2e8
@ -67,7 +67,7 @@ public class TestUseGCOverheadLimit {
|
||||
"-XX:ParallelGCThreads=1", // Make GCs take longer.
|
||||
"-XX:+UseGCOverheadLimit",
|
||||
"-Xlog:gc=debug",
|
||||
"-XX:GCTimeLimit=90", // Ease the CPU requirement a little.
|
||||
"-XX:GCTimeLimit=80", // Ease the CPU requirement.
|
||||
"-Xmx128m",
|
||||
Allocating.class.getName()
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user