Skip to content

Commit

Permalink
README: manual instructions include ZGC settings
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed Sep 18, 2024
1 parent fd5f25c commit c167e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ on Windows).
$ ./mvnw clean verify package

# Run the application locally.
$ ./mvnw spring-boot:run
$ ./mvnw spring-boot:run -Dspring-boot.run.jvmArguments="-XX:+UseZGC -XX:+ZGenerational"

# Alternatively, run the application locally via its jar file.
$ java -jar target/app.jar
$ java -XX:+UseZGC -XX:+ZGenerational -jar target/app.jar
```

# Appendix
Expand Down

0 comments on commit c167e59

Please sign in to comment.