File Storage Limits with Multer on Railway (Node.js Deployment)
violetbee
HOBBYOP

9 months ago

I've deployed my Node.js server on Railway and I'm using Multer to handle file uploads. Is there a specific file storage limit on Railway for uploaded files? Are there any restrictions I should be aware of when storing files this way?

1 Replies

medim
MODERATOR

9 months ago

Hey! If you're storing those files in a Volume, the size limit per volume for your plan is 5gb!

https://docs.railway.com/reference/volumes


Loading...