Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 6, 2025
1 parent 7d4f6d2 commit 03cfccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/modules/ROOT/pages/6-garbage-collector-perf.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ Some things worth noting with ZGC:

1. In the lower `heap-size` benchmarks - with `heap-size` twice `live-set` - ZGC
has similar pause times as the default G1GC (10s to 100s of milliseconds) but
with significantly worse throughput
with significantly worse throughput (`2300-2600 mb/s` rather than the `2800-3100 mb/s` of G1GC)

2. For larger ``heap-size``s - 4 times the `live-set` and above - ZGC's pause times drop to
single-digit milliseconds (1-2 ms), much lower than those of G1GC
Expand Down

0 comments on commit 03cfccf

Please sign in to comment.