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: <jemalloc>: Unsupported system page size on ARM64 system (Raspberry Pi 5) #4422

Open
StefanRichterHuber opened this issue Sep 23, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@StefanRichterHuber
Copy link

Describe the bug

Booting Windmill on Raspberry Pi 5 using the provided docker-compose file results in memory allocation errors:

With WM_IMAGE=ghcr.io/windmill-labs/windmill:main

windmill_worker-1  | <jemalloc>: Unsupported system page size
windmill_server-1  | <jemalloc>: Unsupported system page size
windmill_server-1  | <jemalloc>: Unsupported system page size
windmill_worker-1  | <jemalloc>: Unsupported system page size
windmill_server-1  | memory allocation of 56 bytes failed
windmill_worker-1  | memory allocation of 56 bytes failed
windmill_worker-3  | <jemalloc>: Unsupported system page size
windmill_worker-3  | <jemalloc>: Unsupported system page size
windmill_worker-3  | memory allocation of 56 bytes failed
windmill_server-1 exited with code 0
windmill_worker-1 exited with code 0
windmill_worker-2  | <jemalloc>: Unsupported system page size
windmill_worker-2  | <jemalloc>: Unsupported system page size
windmill_worker-2  | memory allocation of 56 bytes failed
windmill_server-1  | <jemalloc>: Unsupported system page size
windmill_server-1  | <jemalloc>: Unsupported system page size
windmill_server-1  | memory allocation of 56 bytes failed
windmill_worker-3 exited with code 133
windmill_worker-2 exited with code 133

This might be a similar issue: qdrant/qdrant#2474

To reproduce

Use provided provided docker-compose.yml and further files on a Raspberry Pi 5

Expected behavior

Application should boot properly

Screenshots

No response

Browser information

No response

Application version

No response

Additional Context

No response

@StefanRichterHuber StefanRichterHuber added the bug Something isn't working label Sep 23, 2024
@StefanRichterHuber StefanRichterHuber changed the title bug: <jemalloc>: Unsupported system page size bug: <jemalloc>: Unsupported system page size on ARM64 system (Raspberry Pi 5) Sep 23, 2024
@yacineb
Copy link

yacineb commented Sep 28, 2024

have tried passing env variable DISABLE_JEMALLOC=true to docker-compose ?

@StefanRichterHuber
Copy link
Author

StefanRichterHuber commented Sep 28, 2024

have tried passing env variable DISABLE_JEMALLOC=true to docker-compose ?

Does not work for me.

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

No branches or pull requests

3 participants