-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Next.js next build churns CPU forever in linux/amd64 container on arm64 silicon mac #23269
Comments
You can disable Rosetta and go back to qemu-user, by changing a In case that works better, until the problem can be fixed? Otherwise you'd have to use |
The issue is related to node processes under rosetta only seeing 1 CPU, and thus can't multi-task... |
Currently I'm learning to explore linking lima amd64 machines using podman-desktop and trying to build on a VM. No success yet! |
update I have successfully created a link to a lima amd64 VM in podman. But it still gets stuck in the npm run build phase when i run
on Local
podman.lima version
|
A friendly reminder that this issue had no activity for 30 days. |
I don't see how Podman can fix this. |
I think it will need some fix also for Podman Machine, once it is figured out why it doesn't see all CPUs... |
Issue Description
This issue belongs to nextjs, but has been reported and resolved by docker before. Now it is still not resolved in podman. Here is the link to the docker report: docker/for-mac#6998
nextjs report: vercel/next.js#60012
Is podman able to fix this error like docker does?
Steps to reproduce the issue
Steps to reproduce the issue
podman buildx build --platform linux/amd64 -t test:amd64 .
It will be stuck indefinitely in the npm run build session. There is no error reporting or responseDescribe the results you received
There is no error or response here, just an infinite jamming
Describe the results you expected
It should take care of the jamming problem
podman info output
podman info:
The text was updated successfully, but these errors were encountered: