[Bug 224080] ZFS: "arc_dnlc_evicts_thr" + "arc_reclaim_thread" - high CPU load during poudriere build...

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 7 21:55:06 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224080

--- Comment #25 from Mark Johnston <markj at FreeBSD.org> ---
I see another problem in arc_available_memory(): we're using
vmem_size(kernel_arena, VMEM_FREE) to determine whether to reap memory. It used
to be vmem_size(kmem_arena), and kmem_arena was initialized with vm_kmem_size
bytes. But kernel_arena is grown on demand, so it's now bogus to use the
arena's size to determine whether to reclaim memory.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list