dont' activate flight recorder dumps by default, RIP my ssd (#7692)

* dont' dump flight recorder captures by default, RIP my ssd
---------

Signed-off-by: Justin Florentine <justin+github@florentine.us>
pull/7703/head
Justin Florentine 2 months ago committed by GitHub
parent d081c1754c
commit e522b63bed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      build.gradle

@ -690,7 +690,7 @@ startScripts {
"-XX:G1ConcRefinementThreads=2",
"-XX:G1HeapWastePercent=15",
"-XX:MaxGCPauseMillis=100",
"-XX:StartFlightRecording,dumponexit=true,settings=default.jfc",
"-XX:StartFlightRecording,settings=default.jfc",
"-Xlog:jfr*=off"
]
unixStartScriptGenerator.template = resources.text.fromFile("${projectDir}/besu/src/main/scripts/unixStartScript.txt")

Loading…
Cancel
Save