Merge branch 'main' into zkbesu

# Conflicts:
#	.github/workflows/release.yml
This commit is contained in:
Fabio Di Fabio
2024-06-14 17:19:41 +02:00
184 changed files with 7658 additions and 3153 deletions

View File

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