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