Code:
Nov 22 18:48:07 uninspiredhostname kernel: swap_pager: out of swap space
Nov 22 18:48:07 uninspiredhostname kernel: swap_pager_getswapspace(number): fail
Previous message repeated countless times.
So I'm building stuff in Poudriere and this keeps happening... I thought it was a bad RAM block, but it turns out it's running out of swap space...
Code:
sysctl -a | grep swap
1 PART ada0p2 5368709120 512 i 2 o 1048576 ty freebsd-swap xs GPT xt 516e7cb5-6ecf-11d6-8ff8-00022d09712b
z0xfffff80012b7fc00 [shape=box,label="SWAP\nswap\nr#4"];
<type>freebsd-swap</type>
<label>swap0</label>
<name>swap</name>
vm.swap_enabled: 1
vm.disable_swapspace_pageouts: 0
vm.swap_idle_enabled: 0
vm.stats.vm.v_swappgsout: 0
vm.stats.vm.v_swappgsin: 0
vm.stats.vm.v_swapout: 0
vm.stats.vm.v_swapin: 0
vm.swap_idle_threshold2: 10
vm.swap_idle_threshold1: 2
vm.nswapdev: 1
vm.swap_async_max: 4
vm.swap_maxpages: 64926400
vm.swap_reserved: 3988832256
vm.swap_total: 5368709120
vm.swap_idle_enabled is set to 0 because apparently I can't set that in /boot/loader.conf, but it's supposed to be 1... at least, I think I'd like it to be 1...
How do I deal with this?