-
Notifications
You must be signed in to change notification settings - Fork 21
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
Replace opts.NumFiles
with opts.MaxFileSize
#94
Conversation
0c18065
to
b042a0c
Compare
3bafa0f
to
31a8976
Compare
31a8976
to
31296d3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should re-add the check that NumUnits
doesn't increase. At least until we have implemented the necessary changes to gpu-post
to allow for proper amortized work.
It was previously supported, but only limited due to |
LGTM |
Part of spacemeshos/go-spacemesh#3529.
Remarks:
opts.MaxFileSize
value is set to 4 GB.opts.NumUnits
after data was initialized is supported, and might involve adding new files or removing existing ones.