-
Notifications
You must be signed in to change notification settings - Fork 82
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
Not working with image >2GB #230
Comments
@vaibhavsagar Thanks for reporting this.
Seems to related to memory? Could you check if it causes out of memory? |
Thanks for your response! Where do you do think I'm running out of memory, is it the Docker daemon, and how would I check this? The computer I'm running this on has 32GB of RAM installed which I think should be enough? |
I ran it again while watching |
It seems that wasi-vfs fails to package large files that are over several GB. I keep on investigating the root cause but, as a workaround, you can avoid the failure by using a smaller image. (On my machine, |
Thanks for investigating! I also tried with |
I managed to get this working with a <1.5GB container, I'm guessing the limit is 2GB. |
Hi, I can't seem to get this working when I try to convert a container image built by Nix to WASM. Here's what my Nix expression looks like:
And here are the commands I'm running:
Am I using the tool incorrectly?
The text was updated successfully, but these errors were encountered: