Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed May 6, 2020
1 parent af9a861 commit e4deee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/telemetry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ gc

The ``gc`` telemetry device enables GC logs for the benchmark candidate. You can use tools like `GCViewer <https://github.com/chewiebug/GCViewer>`_ to analyze the GC logs.

If the runtime JDK is Java 9 or better, the following telemetry parameters can be specified:
If the runtime JDK is Java 9 or higher, the following telemetry parameters can be specified:

* ``gc-log-config`` (default: ``gc*=info,safepoint=info,age*=trace``): The GC logging configuration consisting of a list of tags and levels. Run ``java -Xlog:help`` to see the list of available levels and tags.

Expand Down

0 comments on commit e4deee5

Please sign in to comment.