gchristensen changed the topic of #nixos-borg to: https://www.patreon.com/ofborg https://monitoring.nix.ci/dashboard/db/ofborg?refresh=10s&orgId=1&from=now-1h&to=now "I get to skip reviewing the PHP code and just wait until it is rewritten in something sane, like POSIX shell. || https://logs.nix.samueldr.com/nixos-borg
<{^_^}> [ofborg] @ElvishJerricco opened pull request #280 → Add ElvishJerricco to extra-known-users → https://git.io/fpgNR
<{^_^}> [ofborg] @grahamc merged pull request #280 → Add ElvishJerricco to extra-known-users → https://git.io/fpgNR
<{^_^}> [ofborg] @grahamc pushed 2 commits to released: https://git.io/fpgN2
<{^_^}> [ofborg] @grahamc merged pull request #279 → Move alyssais to trusted users → https://git.io/fpgBs
<{^_^}> [ofborg] @grahamc pushed 2 commits to released: https://git.io/fpgNa
<ekleog> gchristensen: no space left on device on aarch64-linux https://github.com/NixOS/nixpkgs/pull/51080#issuecomment-442288134 … it looks like a no-inodes-left issue, if I have a look at monitoring.nix.ci (though aarch64.nixos-community has no “Disk Free” graph, so it may also be the issue)
<gchristensen> hmmm samueldr just rebooted it I think
<samueldr> yes
<samueldr> ekleog: can confirm you're right
<samueldr> [20:52:56] <samueldr> uh oh!
<samueldr> [20:53:00] <samueldr> overlay 63G 63G 12K 100% /nix/store
<samueldr> (in #nixos-aarch64)
<ekleog> oh, one more chan to stalk :D
<samueldr> :)
<ekleog> so I guess you garbage-collected or similar?
<samueldr> it's a tmpfs overlay thingy
<samueldr> (the right technical terms, I know)
<ekleog> oh yeah 63G is quite little
<samueldr> GC'd through rebooting
<samueldr> it's half the ram!
<ekleog> … wait, the whole store is on tmpfs? o.O
<ekleog> wow, that's a big machine
<gchristensen> maybe we should have it create a temporary fs on disk
<samueldr> I think it's just a 1U
<gchristensen> smaller than that, its like 1/3 of 1u or something
<samueldr> gchristensen: I was thinking it earlier, though it would add time at boot to mkfs.ext4
<ekleog> 1/3 of 1u and “just” 128G ram… everything good :D
<gchristensen> we use approx. 10kb of the system's 480gb ssd
<samueldr> 2U
<samueldr> (though I think the other aarch64 servers are smaller)
<gchristensen> ah right the c1.large.arm is the one I was thinking -- https://www.packet.com/media/images/lSfy-c1.large.arm.01.edited.jpg
<gchristensen> several nice pictures here https://www.packet.com/cloud/servers/c1-large-arm/
orivej has joined #nixos-borg
clever has quit [Ping timeout: 252 seconds]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 244 seconds]
orivej has joined #nixos-borg
<sphalerite> gchristensen: or alternatively continue using tmpfs, but use the disk for swap and make the tmpfs bigger
<gchristensen> haha
<sphalerite> gchristensen: that way we don't have to worry about reformatting the partition on boot
<sphalerite> not a joke :p
<gchristensen> it is really smart :')
<gchristensen> I wonder how that would perform
<sphalerite> I suspect better than a real fs because it doesn't need to do all the syncing stuff
<sphalerite> just discussed it with fpletz and he's not convinced that it would be better, but also not sure. Probably best to try both :p
<gchristensen> yeah I'm not either
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 268 seconds]