Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jan 2018 04:37:04 +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-Wy3SuRyNGf@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 #45 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jeff
Date: Tue Jan  2 04:35:57 UTC 2018
New revision: 327485
URL: https://svnweb.freebsd.org/changeset/base/327485

Log:
  Fix arc after r326347 broke various memory limit queries.  Use UMA featur=
es
  rather than kmem arena size to determine available memory.

  Initialize the UMA limit to LONG_MAX to avoid spurious wakeups on boot be=
fore
  the real limit is set.

  PR:           224330 (partial), 224080
  Reviewed by:  markj, avg
  Sponsored by: Netflix / Dell EMC Isilon
  Differential Revision:        https://reviews.freebsd.org/D13494

Changes:
  head/sys/cddl/compat/opensolaris/sys/kmem.h
  head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
  head/sys/vm/uma.h
  head/sys/vm/uma_core.c
  head/sys/vm/uma_int.h

--=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-Wy3SuRyNGf>