Skip to content

Commit

Permalink
[Misc] fix test TestNoMinidumpAtFullGC.java failure (#578)
Browse files Browse the repository at this point in the history
Summary: fix test TestNoMinidumpAtFullGC.java failure due to default GC change

Test Plan: CI pipeline

Reviewed-by: sendaoYan, D-D-H

Issue: #577
  • Loading branch information
sandlerwang committed Jul 26, 2023
1 parent 0382101 commit 4a28832
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public static void main(String[] args) {
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
"-Xmx128m",
"-Xms128m",
"-XX:+UseConcMarkSweepGC",
oomOpt,
OOMWorker.class.getName()
);
Expand Down

0 comments on commit 4a28832

Please sign in to comment.