BelaPlatform / bela-image-builder

Scripts to build a Bela image from scratch
MIT License
35 stars 16 forks source link

mount /tmp as tmpfs #87

Closed giuliomoro closed 4 years ago

giuliomoro commented 4 years ago

not a good idea: what if you need more space in /tmp than you have RAM? Start swapping? HA! We should rely on systemd to do this instead, if we really need to, but ultimately we probably don't.