3 ms·
AI slop is strong with this one... I saw "per-runner swap" and I was wondering how it's implemented, given that Linux did not support swap partitioning last ti
by theamk 18d ago
AI slop is strong with this one... I saw "per-runner swap" and I was wondering how it's implemented, given that Linux did not support swap partitioning last time I've checked
Turns out it's just a lie. The script creates a swapfile per runner, but then merges them all into one big happy system pool, where every swapfile is shared between every runner.