| 25 Dec 2024 |
countoren | ill give the nix-community a try on this machine, after that I will try to switch to a different one to see if there is any difference | 17:42:28 |
countoren | switching to nix community gave back the same hash to me too. so assume we will get the same result | 17:43:56 |
countoren | • Updated input 'robotnix':
'github:danielfullmer/robotnix/ddefce63fe8ec896c24325e1680959a893a581ff?narHash=sha256-GvBmHwtu%2BY8fuhCdH3C6SnmvVtU0HHjzDpFM9hduo1s%3D' (2024-12-20)
→ 'github:nix-community/robotnix/ddefce63fe8ec896c24325e1680959a893a581ff?narHash=sha256-GvBmHwtu%2BY8fuhCdH3C6SnmvVtU0HHjzDpFM9hduo1s%3D' (2024-12-20)
| 17:44:59 |
atemu12 | Please check for outside influences | 17:46:11 |
atemu12 | Make sure the sandbox works and you're not running OOM etc. | 17:46:57 |
countoren | It might be that I just realize that everything is frozen when its building just before the crash | 17:52:20 |
countoren | trying on my "stronger" machine | 17:52:32 |
atemu12 | Um yeah that smells a lot like an OOM | 17:52:42 |
atemu12 | You need about 2GB/thread | 17:52:57 |
atemu12 | And even then you should have a bit of swap for spillage | 17:53:12 |
atemu12 | (Well, you should have swap in any case.) | 17:53:23 |
countoren | it should have swap | 17:53:34 |
countoren | but its been a while since i installed/boot to a new os so I am not 100% sure | 17:55:41 |
atemu12 | Well, run swapon to find out | 17:56:00 |
countoren | yep
$ swapon
NAME TYPE SIZE USED PRIO
/.swapfile file 2G 1.5G -2
| 17:56:24 |
atemu12 | That's a bit..meager | 17:56:34 |
atemu12 | It's already full | 17:56:41 |
atemu12 | * It's already almost full | 17:56:45 |
countoren | 0.5 gb left | 17:57:08 |
countoren | $ nix run nixpkgs\#neofetch
▗▄▄▄ ▗▄▄▄▄ ▄▄▄▖
▜███▙ ▜███▙ ▟███▛ ---------
▜███▙ ▜███▙▟███▛ OS: NixOS 24.11.20241013.ae891b2 (Vicuna) x86_64
▜███▙ ▜██████▛ Host: Star Labs StarBook
▟█████████████████▙ ▜████▛ ▟▙ Kernel: 6.6.56
▟███████████████████▙ ▜███▙ ▟██▙ Uptime: 3 days, 2 hours, 17 mins
▄▄▄▄▖ ▜███▙ ▟███▛ Packages: 2863 (nix-system), 237 (nix-user), 23 (nix-default)
▟███▛ ▜██▛ ▟███▛ Shell: zsh 5.9
▟███▛ ▜▛ ▟███▛ Resolution: 1920x1080
▟███████████▛ ▟██████████▙ DE: GNOME 46.4 (Wayland)
▜██████████▛ ▟███████████▛ WM: Mutter
▟███▛ ▟▙ ▟███▛ WM Theme: Adwaita
▟███▛ ▟██▙ ▟███▛ Theme: Adwaita [GTK2/3]
▟███▛ ▜███▙ ▝▀▀▀▀ Icons: Adwaita [GTK2/3]
▜██▛ ▜███▙ ▜██████████████████▛ Terminal: Neovim Terminal
▜▛ ▟████▙ ▜████████████████▛ CPU: 11th Gen Intel i7-1165G7 (8) @ 4.700GHz
▟██████▙ ▜███▙ GPU: Intel TigerLake-LP GT2 [Iris Xe Graphics]
▟███▛▜███▙ ▜███▙ Memory: 10354MiB / 31948MiB
▟███▛ ▜███▙ ▜███▙
▝▀▀▀ ▀▀▀▀▘ ▀▀▀▘
| 17:59:02 |
countoren | thats the neofetch | 17:59:10 |
magic_rb | You got coreboot on the starbook? | 17:59:45 |
countoren | yep | 17:59:54 |
magic_rb | Nice | 18:00:36 |
atemu12 | That ought to be enough memory but it's quite full already | 18:00:43 |
atemu12 | Stop your browser for builds | 18:00:47 |
atemu12 | Or unload some tabs | 18:00:53 |
countoren | yes 2 firefox with 20 tabs each :) | 18:01:09 |
atemu12 | Oh that's cute | 18:02:07 |
countoren | I am trying to build the exact same flake on my nitro 5 | 18:02:11 |