From owner-svn-src-all@freebsd.org Wed Dec 16 23:33:33 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DD9DA4A649; Wed, 16 Dec 2015 23:33:33 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv158.fwdcdn.com (frv158.fwdcdn.com [212.42.77.158]) (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 D7CF41887; Wed, 16 Dec 2015 23:33:32 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=OO5WVvU9AkilNIvldJAGacVNMQ/zrP+fb8Kyaj4RkxM=; b=hZQT8oz0QKJYBEPw1UlqJYk1sgp7EB4SdnnbPKcg2Mf83HIceK7BrBA7uWWQbDLrPJV4WgTTRFK3Z+Jp8ZvhSZgFSZoXQz8XEzOicSSLxsUJLRs7noHB7QgOkCuDOqDZ7xnCs95kfnrNCWiynKGa/qIO37mpsjbaBm7037OxpUw=; Received: from [46.185.1.75] (helo=nonamehost.local) by frv158.fwdcdn.com with esmtpsa ID 1a9LZb-0002Zl-8a ; Thu, 17 Dec 2015 01:33:31 +0200 Date: Thu, 17 Dec 2015 01:33:30 +0200 From: Ivan Klymenko To: Gleb Smirnoff Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r292373 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/dev/drm2/i915 sys/dev/drm2/ttm sys/dev/md sys/fs/fuse sys/fs/nfsclient sys/fs/smbfs sys/fs/tmpfs sys... Message-ID: <20151217013330.62287f4f@nonamehost.local> In-Reply-To: <20151216230633.GE42340@FreeBSD.org> References: <201512162130.tBGLUjPj083575@repo.freebsd.org> <20151217005806.5c6c962c@nonamehost.local> <20151216230633.GE42340@FreeBSD.org> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Result: IP=46.185.1.75; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 23:33:33 -0000 On Thu, 17 Dec 2015 02:06:33 +0300 Gleb Smirnoff wrote: > Ivan, > > can you please test this patch? > > About ZFS: I have not default options vfs.zfs.prefetch_disable=1 vfs.zfs.arc_max="2G" vfs.zfs.vdev.cache.max=65536 vfs.zfs.vdev.cache.size="16M" Perhaps it has something to clarify the situation.