Hi, Ludovic Courtès <[email protected]> writes:
> Hello, > > Rutherther <[email protected]> writes: > >> As was mentioned in one of the previous e-mails in this thread, this was >> a mistake. The one and only url is >> https://pulls.ci.guix.gnu.org/pull-requests. But it currently >> ends up with 502. :( > > As I wrote in <https://codeberg.org/guix/maintenance/pulls/28>, one of > the limitations is disk space: with only 350 GiB, the VM behinds > pulls.ci.guix.gnu.org can barely fit all the Guix binaries for > x86_64-linux. Because of that, it regularly runs out of space, and each > GC cycle helps a bit. The VM has to keep everything uncompressed in its store, right? If not using it already, I'd use a compressed file system, e.g. Btrfs with compress=zstd, which will about double the effective storage capacity you have at little cost. -- Thanks, Maxim
