-
Notifications
You must be signed in to change notification settings - Fork 280
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
Unsupported system page size #3382
Comments
I have run 1.22.0 I did some reading around and discovered a number of It may be possible for us to configure large page size support during build, at the cost of some performance loss in the resulting binary. That will need to be investigated. In the meantime is |
We are migrating our services from amd64 to arm64. I'll keep router running on amd64 for now. Here is the information about the node. It might help you with the investigation: |
Did you have a chance to look at the issue? |
Sorry about the slow response. Not yet. I'll try to get this added to our work queue soon. |
Thanks a lot, @garypen ! |
The fix for that is quite easy. We need to tell jemalloc to use 64-KiB pages so that the application can run on all architectures: amd64, arm64 with different page sizes
|
Update config for apollographql#3382 on local builds
Describe the bug
router returns error when arm64 version is deployed to Kubernetes
<jemalloc>: Unsupported system page size <jemalloc>: Unsupported system page size memory allocation of 5 bytes failed
To Reproduce
Deploy router v1.22.0 from the Helm Chart to Kubernetes running on arm64 node
The text was updated successfully, but these errors were encountered: