How do Railway tariffs work?
woodjs
TRIALOP

a year ago

I want to roll the project out into production where my app will be used by people, and I'm not quite sure what resources in terms of pricing I need to pay for.

On this page https://docs.railway.app/reference/project-usage

it says

  1. RAM → $0.000231 / GB / minute

  2. CPU → $0.000463 / vCPU / minute

That means for 30 days of work I will have to pay $29.9808 ?

1 Replies

a year ago

Hello,

The Hobby plan subscription costs a minimum of $5 a month, and that comes with $5 in resources usage.

CPU, Mem, Storage, Network -- are all resources, and you are charged only for what you used.

For example, if your application used 0.1 vCPU and 200 MB of memory for the entire month that would only cost $4

You can see the estimated project costs in your usage page - https://railway.app/account/usage


Loading...