How much CPU / RAM do I need to host 5 Ruby on Rails 3 applications?

How much CPU / RAM do I need to host 5 Ruby on Rails 3 applications?

I am talking about applications that will not receive more than 300 views per day each.

+3
source share
1 answer

This is just a few beats per minute, even after resolving peak hours and bursts.

It’s hard for me to imagine a completely new car that would have problems with this.

But to answer your question, it depends a little on which web server you choose, but about 300 MB / Rails server is the starting point for planning the deployment of a large application. Since you do not need many simultaneous transactions, you need to perform a couple of threads, and therefore a completely arbitrary 2GB machine should be more than enough.

8 16 , , . , , .

+2

All Articles