Skip to content

Commit

Permalink
dont' activate flight recorder dumps by default, RIP my ssd (hyperled…
Browse files Browse the repository at this point in the history
…ger#7692)

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

Signed-off-by: Justin Florentine <justin+github@florentine.us>
  • Loading branch information
jflo authored Oct 1, 2024
1 parent d081c17 commit e522b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit e522b63

Please sign in to comment.