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

Computer always freezes when building during the installing process #61

Open
brunoczim opened this issue Feb 9, 2017 · 4 comments
Open

Comments

@brunoczim
Copy link

brunoczim commented Feb 9, 2017

I'm trying to install emsdk following this tutorial: http://webassembly.org/getting-started/developers-guide/
But my computer always freezes up when building, and always around 20-30%.
Freezes during the installing process from this line: ./emsdk install sdk-incoming-64bit binaryen-master-64bit in Xubuntu 16.04

@brunoczim brunoczim reopened this Feb 11, 2017
@brunoczim
Copy link
Author

ok, now I'm getting stuck around 60-70%

@RReverser
Copy link
Collaborator

Well that's kind of expected given that it builds a huge project.

@juj
Copy link
Collaborator

juj commented Mar 9, 2017

Can you post the logs of what is printed before the freeze? Does installing with -j1 have any effect?

@puzrin
Copy link

puzrin commented Apr 12, 2017

@brunoczim I had such issues with disabled swap and 8GB RAM. Some ld runs need up to 6GB memory.

Solution is to add enougth swap. Or you can try to disable parallel runs via make -j1 as said above, but that will do build much slower.

akoeplinger pushed a commit to akoeplinger/emsdk that referenced this issue Aug 30, 2021
…812.1 (emscripten-core#61)

Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 6.0.0-beta.21406.6 -> To Version 6.0.0-beta.21412.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants