Can these be reduced, cleaned, deleted, or somehow rendered smaller? I recently had a “disk full” error, and although I managed to happily prune some system files, there are still these collections I’m not sure about.
(There are a few similar questions here, but all several years old.) I’m using Julia 1.12.5, in Arch Linux, fairly recently upgraded.
Note: I’ve just hunted around online and reduced the artifacts with the PkgCleanup package. The remaining culprit seems to be the directory
.julia/registries/General/.git/objects/pack
which contains lots of large pack files. I don’t know how to deal with these.
But more seriously - all of these can safely be deleted, as they will be automatically regenerated. Whether that saves any space depends on whether there’s any stuff in there that you actually don’t need anymore - if you delete artifacts but are actually using packages relying on those artifacts, they will be downloaded again.
registries looks quite big to me, do you maybe have the full git history in there? I get by with 0.5GB for that.