#Pricing Plans - Memory Usage

10 messages · Page 1 of 1 (latest)

tawdry rapids
#

I signed up for the $5/mo hobby plan and want to understand the pricing better. Particularly, the charge for memory usage. If a user left my app running for a whole month using 10GB, I would be charged 10GB*$10/GB? Right now I see my app using 2GB with no one using it and all windows closed. c985d4f7-4f52-465b-ba1f-f38a94e8c353. https://docs.railway.com/reference/pricing/plans

Pricing Plans | Railway Docs

Learn about Railway's plans and pricing.

remote cryptBOT
#

Project ID: c985d4f7-4f52-465b-ba1f-f38a94e8c353

oak gorge
#

what kind of app are you running?

tawdry rapids
#

Python app in Streamlit

oak gorge
#

yes but like what is the purpose of it, in what way can a user use 10gb memory?

tawdry rapids
oak gorge
#

interesting

#

on railway, your memory usage is just determined by how much memory your app allocates to itself, even if the memory it allocates for itself is idle memory. Meaning theoretically yes, if a user is using something that requires your app to dedicated 10GB of memory to that user and your app maintains that memory for a month, you will be charged for that 10GB a month

#

The 2GB you're seeing is either idle memory usage or just additional memory your app has allocated for itself

tawdry rapids
#

Thanks. Is there any way to put the app to "sleep" until a user comes to it? Would that be through a Railway feature or on my end via managing app code?