Skip to content

Commit

Permalink
Fix ZGC being same as Shenadoah
Browse files Browse the repository at this point in the history
  • Loading branch information
bwmp committed Dec 28, 2023
1 parent b457463 commit d260444
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/data/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,9 @@ export const flags: Flags = {
'generate': () => {
return [
...baseBenchmarked,
'-XX:+UseShenandoahGC',
'-XX:ShenandoahGCMode=iu',
'-XX:ShenandoahGuaranteedGCInterval=1000000',
'-XX:+UseZGC',
'-XX:AllocatePrefetchStyle=1',
'-XX:-ZProactive',
];
},
},
Expand Down

0 comments on commit d260444

Please sign in to comment.