

MinFreeSpace (int) - minimal free size in GB. MinDiskSize (int) - minimal disk size in GB. Default: NOĬheckAllVolumes (BOOL) - check all volumes. In case you are interested in the other preferences for these disk alerts you can view some of them using the help param: /System/Library/PrivateFrameworks/amework/Versions/A/Resources/diskspaced helpĭebugLog (BOOL) - log additional debug information. Launchctl load -w /System/Library/LaunchAgents/ The daemon only reads its prefs on startup so you need to restart it if you have system integrity turned off: launchctl unload -w /System/Library/LaunchAgents/ The default 20GB is too high for small SSDs and a possible bug causes the alert to be shown every day rather than just once, so as a workaround you can lower the free space before the alert appears, e.g.

The solution to disabling the "almost full" and "full" notification is to disable the daemon responsible for it: launchctl unload -w /System/Library/LaunchAgents/Īlternatively, if you only want to prevent the "almost full" from appearing so often then you can lower the GB threshold via: minFreeSpace (int) - minimal free size in GB.
