You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sqlite approach should be probably adapted to it too - keep track of the files that are in use there, instead of keeping (millions of) Python strings in memory. FYI @joelynch
#161 fixes this somewhat (keep only manifests that are actually active, not historic ones, in memory) but we should really split the manifest to per-node sub-manifests with file references.
The text was updated successfully, but these errors were encountered:
The sqlite approach should be probably adapted to it too - keep track of the files that are in use there, instead of keeping (millions of) Python strings in memory. FYI @joelynch
#161 fixes this somewhat (keep only manifests that are actually active, not historic ones, in memory) but we should really split the manifest to per-node sub-manifests with file references.
The text was updated successfully, but these errors were encountered: