Skip to content

fix: remove ARM-specific JVM flag from docker-compose#5853

Open
GauravPatil2515 wants to merge 2 commits intoargilla-io:developfrom
GauravPatil2515:fix/remove-arm-jvm-flag
Open

fix: remove ARM-specific JVM flag from docker-compose#5853
GauravPatil2515 wants to merge 2 commits intoargilla-io:developfrom
GauravPatil2515:fix/remove-arm-jvm-flag

Conversation

@GauravPatil2515
Copy link

@GauravPatil2515 GauravPatil2515 commented Jan 28, 2026

Problem

Elasticsearch fails to start on x86_64 Linux due to an ARM-specific JVM flag
(-XX:UseSVE=0) in docker-compose.yaml.

Closes #5846

Solution

Removed the incompatible JVM flag from the Elasticsearch service configuration.

Impact

Allows successful local deployment on x86_64 Linux systems.

Verification

  • Tested locally on x86_64 system

Checklist

  • I did a self-review of my code
  • I confirm My changes generate no new warnings

@GauravPatil2515
Copy link
Author

Thanks for the review!
I noticed PR #5850 addresses the same root cause. Happy to defer if that one is preferred — glad this issue is being fixed 👍

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'

1 participant