Skip to content

Conversation

@u-sheikh
Copy link

Remove the -XX:UseSVE=0 JVM flag from ES_JAVA_OPTS and CLI_JAVA_OPTS environment variables in the Elasticsearch service configuration.

This flag is ARM-specific (Scalable Vector Extension) and causes the Elasticsearch container to fail on x86_64 Linux systems with the error "Unrecognized VM option 'UseSVE=0'".

Fixes #5846

Description

Closes #<issue_number>

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (change restructuring the codebase without changing functionality)
  • Improvement (change adding some improvement to an existing functionality)
  • Documentation update

How Has This Been Tested

Checklist

  • I added relevant documentation
  • I followed the style guidelines of this project
  • I did a self-review of my code
  • I made corresponding changes to the documentation
  • I confirm My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/)

claude and others added 2 commits December 29, 2025 10:12
Remove the -XX:UseSVE=0 JVM flag from ES_JAVA_OPTS and CLI_JAVA_OPTS
environment variables in the Elasticsearch service configuration.

This flag is ARM-specific (Scalable Vector Extension) and causes the
Elasticsearch container to fail on x86_64 Linux systems with the error
"Unrecognized VM option 'UseSVE=0'".

Fixes argilla-io#5846
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.

[BUG-python/deployment] docker-compose.yaml: Elasticsearch container fails to start on x86_64 Linux due to Unrecognized VM option 'UseSVE=0'

2 participants