-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Process out of memory #868
Comments
Try running |
Running |
@andyphilipp perhaps follow some of the suggestions in a post like http://stackoverflow.com/questions/29442965/fatal-error-js-allocation-failed-process-out-of-memory-aborted-core-dumped. |
@guybedford I am also facing this issue for about a week now. Tried many solution didn't work. This has to be a jspm issue. |
@starx did you try the suggestion in http://stackoverflow.com/a/26094800/2305274 here for increasing the memory size in Node? |
In case it's useful, you can see the memory usage running away on a After the gif finished recording it hung for a bit and then died with a memory error.
|
I've been able to reproduce this issue with Node 0.10 and 0.12, jspm 0.15 and 0.16-beta.7. Seems to be some issue specific to that Does anyone have guidance to inspect the node process and see if it's hanging somewhere specific in JSPM? |
Thanks I've posted an issue at bower/decompress-zip#48. |
This should be fixed in jspm/github@e45072e. I've released a 0.13.2 of SystemJS builder which will apply with an npm update. Let me know if you have any further issues at all. |
The text was updated successfully, but these errors were encountered: