From 00cae995a72c16bede695e0d17066189d789b995 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 1 Jan 2022 15:46:34 -0600 Subject: [PATCH] Removed USE_LARGE_PAGES since its use is removed from Java 17 #1239 --- README.md | 4 ---- scripts/start-finalExec | 6 ------ 2 files changed, 10 deletions(-) diff --git a/README.md b/README.md index d1c45313..f9e7e2c4 100644 --- a/README.md +++ b/README.md @@ -1406,10 +1406,6 @@ To enable remote JMX, such as for profiling with VisualVM or JMC, add the enviro When `MEMORY` is greater than or equal to 12G, then the Aikar flags will be adjusted according to the article. -Large page support can also be enabled by adding - - -e USE_LARGE_PAGES=true - ### HTTP Proxy You may configure the use of an HTTP/HTTPS proxy by passing the proxy's URL via the `PROXY` diff --git a/scripts/start-finalExec b/scripts/start-finalExec index 8e684d97..f0d6b5fb 100755 --- a/scripts/start-finalExec +++ b/scripts/start-finalExec @@ -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