Yuriy Krasnokutskiy
Yuriy Krasnokutskiy

Reputation: 13

Meteor: Can't run server

Need your help :)

Meteor is installed without any errors and warnings. Created new demo app (from Meteor examples). But each time I'm trying to run it I get:

/root/.meteor/tools/09b63f1ed5/lib/node_modules/fibers/future.js:173
                                                throw(ex);
                                                      ^
Error: spawn ENOMEM
    at errnoException (child_process.js:980:11)
    at ChildProcess.spawn (child_process.js:927:11)
    at Object.exports.spawn (child_process.js:715:9)
    at /root/.meteor/tools/09b63f1ed5/tools/mongo_runner.js:208:32

How can I fix that? Whats wrong?

Thanks a lot in advance!

Upvotes: 1

Views: 1538

Answers (1)

Joseph
Joseph

Reputation: 119827

ENOMEM means you're running out of memory. Close other running apps?

Upvotes: 1

Related Questions