Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Dec 2017 21:55:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 224080] ZFS: "arc_dnlc_evicts_thr" + "arc_reclaim_thread" - high CPU load during poudriere build...
Message-ID:  <bug-224080-3630-NqGb6ySIfi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224080-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224080-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224080

--- Comment #25 from Mark Johnston <markj@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_si=
ze
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224080-3630-NqGb6ySIfi>