2 years ago
I only have 1 json file with 3 line of it ,how it's taking 150 mb
35 Replies
2 years ago
you can deploy template https://railway.app/template/Nan7Bs in your service and attach it to your volume to see what is using that space

2 years ago
you will have to disconnect the volume from the current service and mount it into the explorer

2 years ago
Hey, that ~149MB is the filesystem overhead
2 years ago
You dont have to
2 years ago
What brody means is that is what the filesystem uses
2 years ago
so its normal for it to have some usage even if you only have one file
2 years ago
for example mine also has one file but it uses 275 mb

2 years ago
its like iphones having 128gb but you're only able to use like 110gb
2 years ago
^ good analogy
2 years ago
Just whatever those 10 lines add to it
2 years ago
its not like 10 lines will add 10mb
2 years ago
imagine the volume has 49.8gb instead of 50gb
sorry if my questions are stupid actually i did deployed with aws way way back and forgot all things
2 years ago
there's no stupid questions only stupids that dont ask
2 years ago
yea

2 years ago
deploy an empty volume?
good idea i will create another project deploy one empty volume and attach file system to it
2 years ago
empty volumes don't compute size until you add something to it IIRC

2 years ago
Nope, that 149MB is the filesystem overhead
2 years ago
anything above that is your files