mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
We start the test JVMs with various options. There are two that we should remove, they do not make sense. - we require Java 8 yet there was a conditional build option for Java 7 - we do not set MaxDirectMemorySize in our default JVM options, we should not in the test JVMs either Relates #24501