DEV Community

Discussion on: File Uploads on GraphQL: Why or Why not

Collapse
 
guasaplay profile image
Oscar Calle

Thanks for the explanation @mrsauravsahu . What I would like to know is that if the files are stored in memory and if these can cause memory overflows on our server?

Collapse
 
mrsauravsahu profile image
Sahu, S

Yep it could. That’s why it’s advisable to store the files into a block storage of some kind and you can set expiration policy and clean it up regularly.