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

can't run meteor get enomem error #114

Open
dredgerman opened this issue Nov 25, 2015 · 1 comment
Open

can't run meteor get enomem error #114

dredgerman opened this issue Nov 25, 2015 · 1 comment

Comments

@dredgerman
Copy link

Hi,

Did clean install of centos 7 minimal, virtual min and only changes to configuration of server are editing iptables and setting up firewall wanted fresh start to install meteor,

installed perfect and as sudo, who has root privileges,

created new myapp as per tutorial for beginners,

when I run myapp it crashes in local folder and produces enomem error not got first clue about what could be wrong followed instructions to letter and this is supposed to be simple to use!

thanks for any help given....path to myapp folder is /home/tomsudo/myapp

[tomsudo@server myapp]$ ls -alsh
total 24K
4.0K drwxr-xr-x 3 tomsudo tomsudo 4.0K Nov 25 09:10 .
4.0K drwx------ 6 tomsudo tomsudo 4.0K Nov 25 09:10 ..
4.0K drwxr-xr-x 3 tomsudo tomsudo 4.0K Nov 25 09:10 .meteor
4.0K -rw-rw-r-- 1 tomsudo tomsudo 31 Nov 25 09:10 myapp.css
4.0K -rw-rw-r-- 1 tomsudo tomsudo 218 Nov 25 09:10 myapp.html
4.0K -rw-rw-r-- 1 tomsudo tomsudo 478 Nov 25 09:10 myapp.js
[tomsudo@server myapp]$ meteor
[[[[[ ~/myapp ]]]]]

=> Started proxy.
=> Started MongoDB.

/home/tomsudo/.meteor/packages/meteor-tool/.1.1.10.ki0ccv++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/fibers/future.js:245
throw(ex);
^
Error: spawn ENOMEM
at errnoException (child_process.js:1011:11)
at ChildProcess.spawn (child_process.js:958:11)
at Object.exports.spawn (child_process.js:746:9)
at [object Object]..extend.spawn (/tools/runners/run-app.js:255:31)
at [object Object].
.extend.start (/tools/runners/run-app.js:85:22)
at [object Object].
.extend.runOnce (/tools/runners/run-app.js:716:16)
at [object Object].
.extend._fiber (/tools/runners/run-app.js:858:28)
at /tools/runners/run-app.js:396:12
[tomsudo@server myapp]$

@CraneArmy
Copy link

enomom means "error no memory"

I'm no expert, but the only resolution I know of may be to run on a larger instance.

node and especially node + meteor is no lightweight, I've run into similar problems with other node frameworks. you may be better off going to a dedicated node / meteor host or creating a bigger instance.

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

2 participants