From owner-freebsd-current@freebsd.org Fri Oct 30 23:31:43 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6414345E1DA for ; Fri, 30 Oct 2020 23:31:43 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CNJVQ3b0xz4cCd for ; Fri, 30 Oct 2020 23:31:42 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1kYdru-000KeO-DM; Sat, 31 Oct 2020 02:31:38 +0300 Date: Sat, 31 Oct 2020 02:31:38 +0300 From: Slawa Olhovchenkov To: Cy Schubert Cc: qroxana , freebsd-current@freebsd.org Subject: Re: OpenZFS: kldload zfs.ko freezes on i386 4GB memory Message-ID: <20201030233138.GD34923@zxy.spb.ru> References: <202010300313.09U3D0KZ006216@slippy.cwsent.com> <20201030204622.GF2033@zxy.spb.ru> <202010302053.09UKrAXc031272@slippy.cwsent.com> <20201030220809.GG2033@zxy.spb.ru> <202010302234.09UMYA5d032018@slippy.cwsent.com> <20201030224734.GH2033@zxy.spb.ru> <202010302300.09UN0t4A032372@slippy.cwsent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202010302300.09UN0t4A032372@slippy.cwsent.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-Rspamd-Queue-Id: 4CNJVQ3b0xz4cCd X-Spamd-Bar: / X-Spamd-Result: default: False [-0.57 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-0.96)[-0.959]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[zxy.spb.ru]; AUTH_NA(1.00)[]; NEURAL_SPAM_SHORT(0.34)[0.340]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-0.85)[-0.848]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:5495, ipnet:195.70.192.0/19, country:RU]; MAILMAN_DEST(0.00)[freebsd-current]; FREEMAIL_CC(0.00)[mail.ru,freebsd.org] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2020 23:31:43 -0000 On Fri, Oct 30, 2020 at 04:00:55PM -0700, Cy Schubert wrote: > > > > More stresses memory usually refers to performance penalty. > > > > Usually way for better performance is reduce memory access. > > > > > > The reason filesystems (UFS, ZFS, EXT4, etc.) cache is to avoid disk > > > accesses. Nanoseconds vs milliseconds. > > > > I mean compared ZoL ZFS ARC vs old (BSD/Opensolaris/Illumos) ZFS ARC. > > Any reaason to rise ARC hit rate in ZoL case? > > That's what hit rate is. It's a memory access instead of a disk access. > That's what you want. Is ZoL ARC hit rate rise from FreeBSD ARC hit rate?