You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Ran the proper setup and all containers build but OpenSearch or Elastic Search. I'm using newest Mac OS, M4 processor, Latest Docker Desktop
Hey @artmuscode! I'm here to help you with any bugs, questions, or contributions you have. Let's get to the bottom of this together!
There is a known issue with OpenSearch and Elastic Search containers failing to run on Apple Silicon processors, such as the M4, due to a Java Runtime Environment error. This can be resolved by adding a specific environment variable to your OpenSearch container configuration:
environment:
- "_JAVA_OPTIONS=-XX:UseSVE=0"
This change addresses compatibility issues with the processor architecture and has been confirmed to work on Apple Silicon processors, including M-series chips [1].
Description
Ran the proper setup and all containers build but OpenSearch or Elastic Search. I'm using newest Mac OS, M4 processor, Latest Docker Desktop
Steps To Reproduce
1.
Created the folder structure Sites/magento
Ran the curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- magento.test community 2.4.7-p3
Expected Result
Expecting these containers to be running but don't
Actual Result
Containers for both OpenSearch and Elastic Search fail
The text was updated successfully, but these errors were encountered: