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

Process out of memory #868

Closed
andyphilipp opened this issue Jun 24, 2015 · 9 comments
Closed

Process out of memory #868

andyphilipp opened this issue Jun 24, 2015 · 9 comments

Comments

@andyphilipp
Copy link

=> jspm install material-design-icons
     Updating registry cache...
     Looking up github:google/material-design-icons
     Downloading github:google/[email protected]
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory
Abort trap: 6
@guybedford
Copy link
Member

Try running jspm config registries.github.maxRepoSize 1000 and see if that helps?

@andyphilipp
Copy link
Author

Running jspm config registries.github.maxRepoSize 1000 didn't seem to solve the issue, I'm still getting the same error.

@guybedford
Copy link
Member

@starx
Copy link

starx commented Aug 17, 2015

@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.

@guybedford
Copy link
Member

@starx did you try the suggestion in http://stackoverflow.com/a/26094800/2305274 here for increasing the memory size in Node?

@adamnfish
Copy link

In case it's useful, you can see the memory usage running away on a jspm install command here. Allowing more memory might fix the problem but the fact that it is using so much in the first place seems like the problem here?

After the gif finished recording it hung for a bit and then died with a memory error.

FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory
Aborted (core dumped)

gifrecord_2015-08-17_180027

@theefer
Copy link

theefer commented Aug 17, 2015

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 material-design-icons package.

Does anyone have guidance to inspect the node process and see if it's hanging somewhere specific in JSPM?

@guybedford
Copy link
Member

Thanks I've posted an issue at bower/decompress-zip#48.

@guybedford
Copy link
Member

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.

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

5 participants