a year ago
I was checking some metrics about my project, it seems that it was mostly taking up $5/month, what is the most expensive hardware on railway? (My grammar is bad but I'm talking about stuff like CPU, RAM, Disk, Network, etc…)
6 Replies
a year ago
You can make estimates of resource usage on the pricing page (https://railway.com/pricing), scroll a bit and u should find a calculator.
Bad RAM management (memory leak, inefficient code/language/framework) can ramp up prices!
I got a Discord Bot running at Railway, and I saw it runs at 200MB of ram, idk if I can ask it here but, is there any way I could optimize the Discord bot for the railway environment, so it doesn't use much ?
a year ago
You can optimize the environment by optimizing your code. If your bot is in python, for example, it'll use more memory than if it was written in Go
a year ago
!s
Status changed to Solved adam • 11 months ago