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

Based on Photon 4.0 to build the redis image of arm64 architecture Run error: <jemalloc>: Unsupported system page size #1208

Open
Jeremy-boo opened this issue Jun 29, 2021 · 1 comment

Comments

@Jeremy-boo
Copy link

Jeremy-boo commented Jun 29, 2021

Basic server information:
[root@localhost ~]# uname -a
Linux localhost 4.19.90-17.5.ky10.aarch64 #1 SMP Fri Aug 7 13:35:33 CST 2020 aarch64 aarch64 aarch64 GNU/Linux
[root@localhost ~]# uname -r
4.19.90-17.5.ky10.aarch64
[root@localhost ~]#

server pagesize:
[root@localhost ~]# getconf PAGE_SIZE
65536

Run the redis image built based on photon 4.0 to report an error, image address: https://hub.docker.com/repository/docker/harborarmpro/redis-photon

Error Message:
: Unsupported system page size
: Unsupported system page size

@ssahani ssahani added 3.0 photon release kernel labels Jun 29, 2021
@ssahani ssahani added 4.0 docker and removed 3.0 photon release kernel labels Jul 13, 2021
@Jeremy-boo
Copy link
Author

The official redis image does not solve this problem from the source level. Instead, it adapts the dockerfile when building the image for different architectures. For specific modifications, please refer to this pr, pr address is
redis/docker-library-redis#254

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants