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
Currently, we compute file sizes in `GiB`. We then use those to request
disk space, but in `GB`. This is silently undercounting the amount of
disk space we need for these tasks. `GB` was chosen to be the common
unit because our variables already end in `_gb` so this is the least
disruptive change.
Before submitting this PR, please make sure:
- [x] You have added a few sentences describing the PR here.
- [ ] The code passes all CI tests without any errors or warnings.
- [ ] You have added tests (when appropriate).
- [x] You have added an entry in any relevant CHANGELOGs (when
appropriate).
- [ ] If you have made any changes to the `scripts/` or `docker/`
directories, please ensure any image versions have been incremented
accordingly!
- [ ] You have updated the README or other documentation to account for
these changes (when appropriate).
0 commit comments