We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e8a9f2 + bb32e22 commit d26447bCopy full SHA for d26447b
articles/spring-apps/how-to-dump-jvm-options.md
@@ -53,7 +53,7 @@ Use the following `--jvm-options` parameter to generate GC logs. For more inform
53
Use the following `--jvm-options` parameter to generate a JFR file. For more information, see the official JVM documentation.
54
55
```azurecli
56
---jvm-options="-XX:StartFlightRecording=dumponexit=true,dumponexitpath=<path-to-JFR-file>"
+--jvm-options="-XX:StartFlightRecording=dumponexit=true,filename=<path-to-JFR-file>"
57
```
58
59
## Configure the path for generated files
0 commit comments