Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2018 14:34:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 230704] All the memory eaten away by ZFS 'solaris' malloc
Message-ID:  <bug-230704-3630-fFPPBJdY9w@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230704-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230704-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=3D230704

--- Comment #5 from Mark.Martinec@ijs.si ---
Tried it now (based on 11.2-RELEASE-p3). It is a major improvement:
the 'vmstat -m' InUse count on a solaris zone came down to 18 (from
previous 520 or so) per invocation of a 'zpool list' on a defunct pool:

# (while true; do zpool list stuff >/dev/null; vmstat -m | fgrep solaris; s=
leep
1; done) | awk '{print $2-a, $3; a=3D$2}'
41167 20851K
18 20854K
18 20856K
18 20859K
18 20861K
18 20863K
18 20866K
18 20868K
18 20870K
18 20873K
18 20875K
18 20878K
18 20880K
18 20882K
18 20885K

So instead of four days, this host would now stay up 30 times longer.

--=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-230704-3630-fFPPBJdY9w>