Skip to content

Commit

Permalink
change gc to serial
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiscript committed Jan 23, 2024
1 parent 46b6754 commit aff7a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/imageBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'
native-image-pr-comparison: 'true'
native-image-pr-comparison-parameter: 'analysis results, resource usage'
native-image-pr-comparison-parameter: 'analysis results, resource usage, image details'

- name: Get versions
run: |
Expand Down
2 changes: 1 addition & 1 deletion game-of-life-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<buildArgs>
<arg>--enable-preview</arg>
<arg>--install-exit-handlers</arg>
<arg>--gc=epsilon</arg>
<arg>--gc=serial</arg>
<!-- <arg>- -pgo-instrument</arg> -->
<!-- <arg>- -pgo=${project.basedir}/default.iprof</arg> -->
</buildArgs>
Expand Down

0 comments on commit aff7a64

Please sign in to comment.