Date: Thu, 07 Dec 2017 19:38:37 +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-QB5rRve3S1@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 #20 from commit-hook@freebsd.org --- A commit references this bug: Author: markj Date: Thu Dec 7 19:38:09 UTC 2017 New revision: 326664 URL: https://svnweb.freebsd.org/changeset/base/326664 Log: Fix the UMA reclaim worker after r326347. atomic_set_*() sets a bit in the target memory location, so atomic_set_int(&uma_reclaim_needed, 0) does not do what it looks like it does. PR: 224080 Reviewed by: jeff, kib Differential Revision: https://reviews.freebsd.org/D13412 Changes: head/sys/vm/uma_core.c --=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-QB5rRve3S1>