Add option for Flare flags (#827)

This commit is contained in:
Jawa_Juice
2021-04-09 13:25:51 -04:00
committed by GitHub
parent 52cbf1fb64
commit 70ea32e89d
3 changed files with 14 additions and 1 deletions

View File

@@ -144,6 +144,13 @@ if isTrue "${USE_LARGE_PAGES}"; then
"
fi
if isTrue "${USE_FLARE_FLAGS}"; then
JVM_XX_OPTS="${JVM_XX_OPTS}
-XX:+UnlockDiagnosticVMOptions
-XX:+DebugNonSafepoints
"
fi
if isTrue "${DEBUG_MEMORY}"; then
log "Memory usage and availability (in MB)"
uname -a