-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory? #3183
Comments
I have entered reaction directory and run meteor -v comment so app started run but show nothing.
|
@nsrtky What OS are you on and can you let me know what the results of |
OS: Windowns 10 Enterprise 64 bits reaction -v Node: 6.11.4 |
umm, not sure if this helps cause I'm a nub by all counts, but I'm running similar environment to nsrtky and getting the same error. Win 10 64bit Node: 6.11.3 |
Also getting the same issue: |
This is a duplicate of #3023. I think we should probably close this and move the conversation there so we can have it all in one place. But the short answer is try using the # You can try messing with the amount, but FYI, more is not necessarily better
export TOOL_NODE_FLAGS="--max-old-space-size=2048"
# start Reaction
reaction See also... It's a little outdated and the default amounts probably aren't correct anymore, but it has been confirmed to solve the above problem. The only issue is that it appears to behave differently on different machines or OS's and you need to mess with the amount. |
so just to clarify my understanding of that stackoverflow post, does that mean this is mainly due to way reaction has been set up? not splitting single processes into several workers accordingly? forgive the nub question, I always assume that my understanding of something is wrong before I reach the another conclusion. |
No, it means that the Reaction build (which is performed by Meteor) is a single process that can't be split up. And that's not really optional because it has to happen in a specific order. See my additional updates from earlier today here #3023 (comment) |
OS: Windowns 10 Enterprise 64 bits
reaction -v
Node: 6.11.4
NPM: 5.5.1
Meteor Node: 4.8.4
Meteor NPM: 4.6.1
Reaction CLI: 0.19.1
Reaction: 1.5.4
Reaction branch: master
Expected behavior
normal start app at 3000 port
Actual behavior
fatal error
Steps to reproduce the behavior
windows 10 enterprise
1.install meteor
2.install reaction-cli
3.reaction init
4.reaction run.
The text was updated successfully, but these errors were encountered: