Skip to content

Commit e522b63

Browse files
authored
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>
1 parent d081c17 commit e522b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ startScripts {
690690
"-XX:G1ConcRefinementThreads=2",
691691
"-XX:G1HeapWastePercent=15",
692692
"-XX:MaxGCPauseMillis=100",
693-
"-XX:StartFlightRecording,dumponexit=true,settings=default.jfc",
693+
"-XX:StartFlightRecording,settings=default.jfc",
694694
"-Xlog:jfr*=off"
695695
]
696696
unixStartScriptGenerator.template = resources.text.fromFile("${projectDir}/besu/src/main/scripts/unixStartScript.txt")

0 commit comments

Comments
 (0)