zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.27k stars 281 forks source link

Multiple Meteor instances on one server? #1194

Open edemaine opened 4 years ago

edemaine commented 4 years ago

I have an n-core server and would like to run n-1 instances of my Meteor app (leaving one core for MongoDB). Is this possible with mup, e.g., by listing the same server IP multiple times in the servers list? It seems like it might not be, given the design to allow different apps to deploy to the same server, so presumably there is duplicate detection... Perhaps it could be added as an option?