mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +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.