[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 19:38:37 UTC 2017


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

--- Comment #20 from commit-hook at 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

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


More information about the freebsd-fs mailing list