Skip to content

Commit d26447b

Browse files
authored
Merge pull request #101793 from dantelmomsft/fix-JFR-dump-on-exit-filename-parameter
Update how-to-dump-jvm-options.md
2 parents 7e8a9f2 + bb32e22 commit d26447b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/how-to-dump-jvm-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Use the following `--jvm-options` parameter to generate GC logs. For more inform
5353
Use the following `--jvm-options` parameter to generate a JFR file. For more information, see the official JVM documentation.
5454

5555
```azurecli
56-
--jvm-options="-XX:StartFlightRecording=dumponexit=true,dumponexitpath=<path-to-JFR-file>"
56+
--jvm-options="-XX:StartFlightRecording=dumponexit=true,filename=<path-to-JFR-file>"
5757
```
5858

5959
## Configure the path for generated files

0 commit comments

Comments
 (0)