Hobby Plan
On Hobby Plan, is the billing fixed at just $5, or can it go beyond this amount? I'd like to know because I intend to use this plan solely for study purposes.
8 Replies
Project ID:
N/A
The billing is not fixed at 5$. It is 5$ per month with 5$ of included usage, you will be charged accordingly for any additional usage
@Adam. Is there a calculator so that I can estimate my resource consumption?
Railway
Pricing
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
@Adam I've checked this page, but it's still not clear how much a Java + Spring Boot + Postgres application can cost me per month...
Depends on the app, the framework an app uses doesn't indicate the usage in the slightest
Run the app locally and record the amount of memory and cpu it uses
Ok, thanks
Do the services need to be always on?
I'm not familiar with Spring Boot but, in my experience, Java tends to use and require more RAM, so pausing that layer may save a lot. Postgres has lower RAM usage when idle than MySQL, so that's good.