On 02/09/25(Tue) 11:24, Theo de Raadt wrote: > > Perhaps pre-allocation is the better strategy in this case? > > I think so.
I agree. Interfaces that do not pre-allocate such "constrained" memory tend to die during heavy swapping. iwx(4) also has such problem. We should try to pre-allocate as much as possible.