Skip to content
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

[BUG] start redis on arm: <jemalloc> Unsupported system page size #71

Closed
drivebyer opened this issue Feb 2, 2024 · 0 comments · Fixed by #72
Closed

[BUG] start redis on arm: <jemalloc> Unsupported system page size #71

drivebyer opened this issue Feb 2, 2024 · 0 comments · Fixed by #72
Assignees
Labels
bug Something isn't working

Comments

@drivebyer
Copy link
Collaborator

drivebyer commented Feb 2, 2024

When I run redis on arm, the container exited with:
image

The issue is described at jemalloc/jemalloc#467. As mentioned in the discussion at redis/redis#11407, it is possible to build Redis on ARM using the --with-lg-page=16 option to support most scenarios.

ref:

  1. https://github.com/docker-library/redis/blob/master/6.2/alpine/Dockerfile#L91-L102
  2. Changing jemalloc compilation flags for redis, on arm redis-stack/redis-stack#473
@drivebyer drivebyer added the bug Something isn't working label Feb 2, 2024
@drivebyer drivebyer self-assigned this Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant