Replies: 1 comment 5 replies
-
Sounds like a good idea. I personally don’t have a lot of ram to spare so I’ll have to look into how a tmpfs works. But I’d be happy to put it in the docker-compose with some comments about when to use it. But now that you mention it I’m at least going to map tmp to spinning media. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be good to minimize the writes to disk, by writing the
/tmp
files to ram instead. I have tested the below for a few hours now without any issues. The key here is thetmpfs:
block. I also added/var/log
. If this works well for others, I can submit a PR to update the defaultdocker-compose.yml
config.Beta Was this translation helpful? Give feedback.
All reactions