Billing too high
Hello, my biling is higher than I expect could someone help me ?
Solution:Jump to solution
Im not a support helper but i do use railway, might be able to help you out.
the main costs are:
1. memory
try and see if all your memory usage is justified (for example useless scaling can have a big impact on this)...
3 Replies
Project ID:
b19b2751-44b4-49a2-b64d-0be0ed08b0b8
b19b2751-44b4-49a2-b64d-0be0ed08b0b8
@Brody could someone help me
Solution
Im not a support helper but i do use railway, might be able to help you out.
the main costs are:
1. memory
try and see if all your memory usage is justified (for example useless scaling can have a big impact on this)
if there is nothing you can do to turn the memory usage down, you can try and see if your application itself could be more efficient with memory (for example loading less into RAM, using another Docker base img)
2. Egress
this is any networking activity going from railway to the outside world, for example fetching images or querying a database
the biggest decrease can be done by using:
- compressing files
- making sure that all services inside of Railway talk to each other via the internal network (for example not using the public database url but the internal one)