Fixes #999 - Create a Flight Recorder module.

This commit is contained in:
Simone Bordet 2016-10-13 11:57:37 +02:00
parent 5a85c33e6e
commit 12e907d162
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# Enables Java Mission Control's Flight Recorder for low overhead profiling.
[depend]
server
[exec]
-XX:+UnlockCommercialFeatures
-XX:+FlightRecorder
[license]
Java Flight Recorder requires a commercial license for use in production.
To learn more about commercial features and how to enable them please visit
http://www.oracle.com/technetwork/java/javaseproducts/