Meteor run --production

Guys, I’m going to introduce meteor in my company and I created a app that will run in a linux nginx server.

I’m using meteor run --production, but when more than four people try to access the url, the meteor break out.

How can I fix it?

No on is going to be able to help you unless you provider some more information. Error, log file snipper etc.

You should not be using meteor run in a production environment.

You need to meteor build and deploy the production code, or meteor deploy directly (using Galaxy).

However, @ashhimself is correct - this may be a fundamental problem with your app, rather than deploying badly.

You should also use Kadira to get some performance data.

1 Like