t...@netbsd.org (Tobias Nygren) writes: >There exists ZFS code which hooks into UVM to drain memory -- but part >of it is ifdef __i386 for some reason. See arc_kmem_reap_now().
That's an extra for 32bit systems (later code replaced __i386 with the proper macro) where kernel address space is much smaller.