On 2016/03/09 20:49, Stefan Kempf wrote: > Here's a diff that allocates the most commonly used amap slot sizes > (between 1 and 16) using pool_get(9) instead of malloc(9). That should > reduce the pressure on kernel virtual address space somewhat (on amd64 > at least),
Thanks for the useful information and diff. I'm running a full ports build on i386 now with this in the kernel, and will run some more of my memory-hungry jobs on amd64 tomorrow.
