mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-08 21:38:15 -05:00
Merge branch 'main' into zkbesu
# Conflicts: # .github/workflows/release.yml
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user