Comment on Forgejo fills up hard drive with repo-archives
Black616Angel@discuss.tchncs.de 1 day agoIt kinda seems like it. Docker apparently does have this functionality as seen here: stackoverflow.com/questions/40494536/…/40499023#4…
You could try limiting it to 5 GB using the forgejo settings and 7GB using docker and then just look, how big it is.
jeena@piefed.jeena.net 1 day ago
Hm, but this only works on tmpfs which is in memory. It seems that with XFS I could have done it too: https://fabianlee.org/2020/01/13/linux-using-xfs-project-quotas-to-limit-capacity-within-a-subdirectory/ but I used ext4 out of habit.