Removed USE_LARGE_PAGES since its use is removed from Java 17

#1239
This commit is contained in:
Geoff Bourne
2022-01-01 15:46:34 -06:00
parent 4ba0a9c98c
commit 00cae995a7
2 changed files with 0 additions and 10 deletions

View File

@@ -236,12 +236,6 @@ if isTrue "${USE_AIKAR_FLAGS}"; then
"
fi
if isTrue "${USE_LARGE_PAGES}"; then
JVM_XX_OPTS="${JVM_XX_OPTS}
-XX:+UseLargePagesInMetaspace
"
fi
if isTrue "${USE_FLARE_FLAGS}"; then
JVM_XX_OPTS="${JVM_XX_OPTS}
-XX:+UnlockDiagnosticVMOptions