-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repo Size Constraints #972
Comments
A threshold triggering |
From #1482, i think we should have one global maximum storage, and trigger GC when we past a watermark (say max - 1/5MB close). ideally we could also configure the GC watermark to bring it lower. |
|
How about swapping the hard limit role? Also, where to put the trigger check?
|
It is a common problem already that the space of go-ipfs grows unbounded. We want to have the ability to limit the growth.
Complicating factors:
I've been thinking of a setup with two thresholds:
repo gc
.The text was updated successfully, but these errors were encountered: