mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 22:07:59 -05:00
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>
This commit is contained in:
committed by
GitHub
parent
d081c1754c
commit
e522b63bed
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user