Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2018 06:16:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 231457] Out of swap space on ZFS
Message-ID:  <bug-231457-227-aLc8qbWbLD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231457-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231457-227@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=3D231457

Shane <FreeBSD@ShaneWare.Biz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |FreeBSD@ShaneWare.Biz

--- Comment #4 from Shane <FreeBSD@ShaneWare.Biz> ---
Actually, you don't have to use all your swap to get out of swap errors, th=
ey
also happen when too much ram is wired, this prevents any ram being swapped
in/out.

I started getting out of swap errors on 10.1 with 8G ram.

Look at "vm.stats.vm.v_wire_count * hw.page_size" at the time of getting ou=
t of
swap errors, this is the wired amount shown in top.

As I mentioned in bug #229764 max_wired is 30% so arc should be less than 7=
0%
ram. Another thing that often wires ram is bhyve, so any guest ram should a=
lso
be considered when setting arc_max.

--=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-231457-227-aLc8qbWbLD>