-
Notifications
You must be signed in to change notification settings - Fork 115
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
Unable to install; Large overhead without any snapshots #290
Comments
see: |
heuristic need updating: Line 718 in 5f0814b
the volume in question above has about 78GB overhead on a 2 TB partition ... we should likely use a percentage, or some multiple of a snapshot's increase in space used instead of a raw 16GB criteria. 16GB overhead is a drop in the water from a 2TB partition. even 78GB is reasonable under the circumstances. see also #243 |
regarding the heuristic here: Line 718 in 5f0814b
it may be reasonable to set the minimum as "overhead + 16GB" instead of "16GB" ... ultimately a judgment call by the macOS user and how much disk space they want to set aside for macOS if they are actually using Linux. |
The real question here is what causes overhead and how we can reduce it. The heuristic is just random. There is no evidence that a percentage approach is more correct. If you want to help this issue, please research what causes purgeable data in macOS so we can actually understand what is going on and where the overhead comes from, and whether we can clear it somehow. @jasonw22 the installer clearly lets you continue there, so "Unable to install" is not correct. It's just a warning. |
Thanks @marcan . It wasn't clear whether there would be negative consequences from continuing in this state, so I paused there. But given the above discussion, I agree it seems safe enough to continue. If I run into any problems I'll re-open this. |
@marcan did a bit of a deep dive on what creates "purgeable" overhead -- as far as I can see, there are a number of main contributors:
of note, 1-3 do not show up with utilities such as |
Are there other things that can cause APFS overhead besides time machine snapshots?
The text was updated successfully, but these errors were encountered: