3 months ago
My new project is has increased memory usage, so high that basic plan is not enough... What exactly affects that memory usage in the plan so I can work on it and lower that amount?
Pinned Solution
3 months ago
Hey! please check for memory leaks, you can also enable serverless to put your app to sleep when not in use.
Frameworks and runtimes also affect the memory footprint, for example: NodeJs normally uses more ram than Bun and has a higher baseline memory footprint than Bun.
7 Replies
Status changed to Awaiting Railway Response Railway • 3 months ago
3 months ago
how much memory do you use?
3 months ago
Hey! please check for memory leaks, you can also enable serverless to put your app to sleep when not in use.
Frameworks and runtimes also affect the memory footprint, for example: NodeJs normally uses more ram than Bun and has a higher baseline memory footprint than Bun.
fra
how much memory do you use?
3 months ago
Which memory exactly?
medim
Hey! please check for memory leaks, you can also enable [serverless](https://docs.railway.com/deployments/serverless) to put your app to sleep when not in use. Frameworks and runtimes also affect the memory footprint, for example: NodeJs normally uses more ram than Bun and has a higher baseline memory footprint than Bun.
3 months ago
Postgres volume memory affects that?
robsvr
Postgres volume memory affects that?
3 months ago
What do you mean by "volume memory"? Storage? No, it doesn't affect memory usage.
medim
What do you mean by "volume memory"? Storage? No, it doesn't affect memory usage.
3 months ago
not storage exactly, but volume
Attachments
robsvr
not storage exactly, but volume
3 months ago
It doesn't affect memory usage, that's calculated as "Volume" in the project usage (https://railway.com/workspace/usage).
Status changed to Solved medim • about 1 month ago