Skip to content

Workaround issue with SVE/seccomp in OSX #2484

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

jsoriano
Copy link
Member

@jsoriano jsoriano requested a review from a team March 18, 2025 13:39
@jsoriano jsoriano self-assigned this Mar 18, 2025
@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

cc @jsoriano

{{- $host_os := fact "host_os" -}}
{{- $host_arch := fact "host_arch" -}}
{{- if (and (eq $host_os "darwin") (eq $host_arch "arm64")) -}}
# Workaround, see https://github.com/elastic/elasticsearch/issues/118583#issuecomment-2644523205

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

    environment:
      - "ES_JAVA_OPTS=-Xms1g -Xmx1g -Des.failure_store_feature_flag_enabled=true"
      - "ELASTIC_PASSWORD=changeme"# Workaround, see https://github.com/elastic/elasticsearch/issues/118583#issuecomment-2644523205
      - "discovery.type=single-node"
      - "_JAVA_OPTS=-XX:UseSVE=0"

Getting a formatting issue here in .elastic-package/profiles/default/stack/docker-compose.yml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jsoriano This diff worked for me instead of the above one. I am using Sequoia 15.3.2.
image

@jsoriano
Copy link
Member Author

jsoriano commented Apr 8, 2025

According to docker/for-mac#7583, this issue has been fixed in upstream Docker for Mac, closing this.

@ali786XI it'd be great if you could confirm if the latest version of Docker for Mac actually fixes the issue for you.

@jsoriano jsoriano closed this Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workaround issue with SVE and seccomp in Macbooks
3 participants