Custom pricing
Is there any way I can choose a server specification I want. I’m trying to host an api that gets a lot of requests on railway and it gets expensive. To make it cheaper is it possible to where I could get something less powerful than the hobby plan that has less than 8gb of ram? I’m looking for 4gb or 2gb same thing for cpu etc
11 Replies
Project ID:
N/A
N/A
this doesnt exist with railway, but if it did and you limited to 5gb of ram, your app would just crash
personally if im running an app with users i would take paying more over outright crashing anyday
true
I got too a point where my estimated price for my server was over $2500 so I’m gonna have to add some rate limiting
I stopped it then so I’m not getting charged an outrageous price but thanks for the help
limiting how much resources your app uses is always the better option vs limiting whats available
How do I limit those?
I just want to make sure I can save the servers
not a simple question but in general, write more efficient code
Okay so I just have to code some limiting and there isnt a way for railway to limit it other than the amount of cost?
i don’t mean limit in the sense of setting a max amount of cpu and ram, i mean it more like write code that uses less resources, limit was a bad word in this context
Oh! Okay that makes sense
Thank you!
no problem!