Ramfs available anywhere?

My application writes temporary files to disk. I would like to put these in a RAMFS to avoid thrashing the SD card? Is that possible? Does /tmp fit the bill?

@whm will you be using balenaCloud to manage the application, or is this being used outside of the cloud service?

@whm will you be using balenaCloud to manage the application, or is this being used outside of the cloud service?

I will be using balenaCloud.

In that case, take a look here at using TMPFS in your docker-compose to give you what you need - https://docs.docker.com/compose/compose-file/#tmpfs

See if that helps, and let us know how you get on :+1: