Comment on Forgejo fills up hard drive with repo-archives
foster@lemmy.hangdaan.com 1 day agoIf you have a Linux server, you can try partitioning your drive using LVM.
If you are using Docker containers, you can prevent individual services from consuming all disk space by giving them their own logical volume.
jeena@piefed.jeena.net 1 day ago
I already have LVM but I was using it to combine drives. But it's not a bad idea, if I can't do it with Docker, at least that would be a different solution.