Pārlūkot izejas kodu

Remove UseSVE from Java Options which caused OpenSearch to fail (#1341)

Mark Shust 3 nedēļas atpakaļ
vecāks
revīzija
1e8df2d07b
3 mainītis faili ar 0 papildinājumiem un 17 dzēšanām
  1. 0 11
      README.md
  2. 0 3
      compose/env/elasticsearch.env
  3. 0 3
      compose/env/opensearch.env

+ 0 - 11
README.md

@@ -622,17 +622,6 @@ Add the following line to the `/etc/sysctl.conf` file on your host:
 vm.max_map_count=262144
 ```
 
-#### Opensearch Compatibility
-
-There is an issue with a compatibility patch for ARM64/Apple M-series chips.
-
-Commenting the #_JAVA_OPTIONS variable in the env/opensearch.env file is required to work around this.
-
-```
-# Compatibility with ARM64/Apple M-series chips
-#_JAVA_OPTIONS="-XX:UseSVE=0"
-```
-
 ### Blackfire.io
 
 These docker images have built-in support for Blackfire.io. To use it, first register your server ID and token with the Blackfire agent:

+ 0 - 3
compose/env/elasticsearch.env

@@ -1,5 +1,2 @@
 ES_HOST=elasticsearch
 ES_PORT=9200
-
-# Compatibility with ARM64/Apple M-series chips
-_JAVA_OPTIONS="-XX:UseSVE=0"

+ 0 - 3
compose/env/opensearch.env

@@ -3,6 +3,3 @@ OPENSEARCH_PORT=9200
 
 # Prevent security patch conflicts with core M2 code
 DISABLE_SECURITY_PLUGIN=true
-
-# Compatibility with ARM64/Apple M-series chips
-_JAVA_OPTIONS="-XX:UseSVE=0"