Skip to content

Commit

Permalink
Merge pull request #223 from gradle/bamboo/fix-yourkit-heap
Browse files Browse the repository at this point in the history
Fix YourKit memory profiling instructions
  • Loading branch information
bamboo authored Aug 6, 2020
2 parents 956683e + 1d57ca4 commit f6939bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ is missing. If you are using YourKit and would like to see better support, pull
In order to work with YourKit, make sure the `YOURKIT_HOME` environment variable is set and then use the `--profile yourkit` option. This will use YourKit's CPU sampling instrumentation by default.

You can switch to CPU tracing using the `--profile yourkit-tracing` option.
You can switch to memory allocation profiling by using the `--profile yourkit-memory` option.
You can switch to memory allocation profiling by using the `--profile yourkit-heap` option.
All probes are disabled when using sampling or memory allocation profiling.

### Java Flight Recorder
Expand Down

0 comments on commit f6939bb

Please sign in to comment.