Skip to content

Commit

Permalink
Default to G1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Nov 30, 2024
1 parent eb5f0fd commit 6218969
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class FRCJavaArtifact extends DebuggableJavaArtifact {

private final SystemCore systemCore;

private GarbageCollectorType gcType = GarbageCollectorType.Serial;
private GarbageCollectorType gcType = GarbageCollectorType.G1_Base;

private String javaCommand = "/usr/bin/java";

Expand Down

0 comments on commit 6218969

Please sign in to comment.