This repository was archived by the owner on Apr 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Is it possible to limit the size of a local storage? #34
Comments
Yes, this will merge soon in go-ipfs. |
@whyrusleeping Has this been merged? |
@RichardLitt AFAICT you just set DataStore/StorageMax inside of |
The |
I don't think this ever took off. It will very likely come with the "constrainted environments" effort. |
is there any update about this ? |
This issue was moved to https://discuss.ipfs.io/t/is-it-possible-to-limit-the-size-of-a-local-storage/364 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A local storage is naturally limited by the size of the physical disk drive it resides on. However, an end user may want to limit it further. The limit may include (or not include) the collective size of pinned media (
ipfs pin
).The text was updated successfully, but these errors were encountered: