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
{{ message }}
This repository was archived by the owner on Apr 29, 2020. It is now read-only.
Given a UNIX directory path with handful of files in it of varying sizes, is there any way to estimate how much storage space will be needed in the IPFS Data directory if everything is added to it? Is there a function in which we can put these parameters and calculate the storage requirement?
The text was updated successfully, but these errors were encountered:
It is because IPFS adds some overhead but it also performs deduplication.
Good example is cdnjs, the directory in linux file system is 21GB, the IPFS data directory after adding it is 15GB.
Given a UNIX directory path with handful of files in it of varying sizes, is there any way to estimate how much storage space will be needed in the IPFS Data directory if everything is added to it? Is there a function in which we can put these parameters and calculate the storage requirement?
The text was updated successfully, but these errors were encountered: