Pārlūkot izejas kodu

Opensearch fails to start on Linux

Fixes https://github.com/markshust/docker-magento/issues/1316
Binary Geometry 1 mēnesi atpakaļ
vecāks
revīzija
7fc06d345d
1 mainītis faili ar 11 papildinājumiem un 0 dzēšanām
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -622,6 +622,17 @@ 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: