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
ls in 9p needs to get the size of each file, which it currently does by reading the file. I've now added support in ocaml-git for reading the size directly: mirage/ocaml-git#144
This needs to be added to Irmin so DataKit can use it.
We also need a streaming interface in Irmin and Git to handle large files. Any plans for this @samoht?
Is there a maximum supported size for files? I get the following error when trying to
ls
a file with size of 1.5gb:With a slightly smaller file (700mb) I get the following error:
Smaller files I can successfully
ls
andcat
The text was updated successfully, but these errors were encountered: