Skip to content

Instantly share code, notes, and snippets.

@McFoggy
Created February 2, 2021 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save McFoggy/c86ecf52845ae0e4563ac7ae2eb3b780 to your computer and use it in GitHub Desktop.
Save McFoggy/c86ecf52845ae0e4563ac7ae2eb3b780 to your computer and use it in GitHub Desktop.
Launch maven with JFR

Launch maven with JFR activated

SET "MAVEN_OPTS=-Ddistinct.local.repository=true -Xmx3G -Xms256m -Djava.awt.headless=true -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:StartFlightRecording=duration=60s,delay=0s,settings=profile,filename=/tmp/recording.jfr"
mvn verify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment