Skip to content

Commit

Permalink
Update _posts/2024-08-06-quarkus-and-leyden.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
Sanne and gsmet authored Aug 5, 2024
1 parent 1c7a36e commit 641b8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-08-06-quarkus-and-leyden.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ N.B. you need to use this consistently on both the process generating the AOT ar

=== Force the G1 Region sizes

As identified and reported by the Quarkus team to our colleagues working on Project Leyden, beyond enforcing a specific garbage collector one should also ensure that the code stored in AOT archives is being generated with the same G1 region sizes as what’s going to be used at runtime, or one risks segmentation faults caused by it wrongly identifying regions.
As identified and reported by the Quarkus team to our colleagues working on Project Leyden, beyond enforcing a specific garbage collector, one should also ensure that the code stored in AOT archives is being generated with the same G1 region sizes as what’s going to be used at runtime, or one risks segmentation faults caused by it wrongly identifying regions.
See https://bugs.openjdk.org/browse/JDK-8335440 for details, or simply set:

Configure G1HeapRegionSize explicitly:
Expand Down

0 comments on commit 641b8b2

Please sign in to comment.