Exotic Nix Targets | 338 Members | |
| 104 Servers |
| Sender | Message | Time |
|---|---|---|
| 10 Mar 2026 | ||
| huh i already get that w/o an assert though | 06:29:50 | |
if i pass in 32, for example: | 06:30:14 | |
| yes, but if you pass i.e. "bla", it doesn't provide any suggestions anymore | 06:31:12 | |
| oh yeah, that's a good point | 06:31:27 | |
| oh, way to go is prolly
| 06:32:23 | |
i guess this works? | 06:32:41 | |
i guess this works? | 06:32:45 | |
| tho maybe yours is better | 06:32:54 | |
| 06:33:02 | |
| yea that is nice | 06:33:11 | |
| though, not a fan of how it renders the list on multiple lines in this case | 06:35:27 | |
error: jemalloc: pageSizeKiB must be one of 4, 16, or 64, but is: blathoughts on this? | 06:36:20 | |
| requires manual updates of the supported values in the string | 06:37:16 | |
| (if another supported size is ever added, that is) | 06:37:49 | |
yeah true;is a bit better then | 06:38:14 | |
i think at that point you're just reinventing assertOneOf, but without the multi-line printing 😅 | 06:39:14 | |
| true...then that's fine | 06:39:24 | |
| (i do like the presentation a little bit more but it's nbd) | 06:40:02 | |
| ok, just pushed that | 06:41:54 | |
seems fine to me, but it's not my package. maybe someone else here who has an opinion on exposing jemalloc's page size setting like this?https://github.com/NixOS/nixpkgs/pull/498442 | 07:54:27 | |
| IMO we should always use the highest possible page size for jemalloc | 11:08:36 | |
| so this is a good change | 11:08:41 | |
kernel apparently also has a setting for 256k page size, CONFIG_PPC_256K_PAGES for POWER. says it needs patched binutils though. | 11:27:53 | |
| not something i wanna test 😅 | 11:28:07 | |
| 16:11:19 | ||
| I've never seen a 256k page size POWER system, 64k is the standard nowadays so that change is very reasonable | 16:12:34 | |
| so, ppc64 VMs are special because they basically scan all disks (which should use MBR, but SLOF can also handle GPT) for a ppc prep boot partition, which is the partition that GRUB is installed to | 16:14:24 | |
| the prep boot partition needs to be marked as bootable | 16:14:34 | |
| this is entirely unlike any physical ppc64 hardware which in OPAL just all use petitboot to my knowledge | 16:15:05 | |
| 11 Mar 2026 | ||
| 03:49:38 | ||