mirror of
https://github.com/mudler/luet.git
synced 2025-09-13 13:50:26 +00:00
When we have huge file lists we can burst too much into RAM which would cause OOMs in certain devices. Use instead a smart cache which automatically drops to disk when necessary.