From nobody Mon Mar 04 15:36:09 2024 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TpN8N5MZgz5CpMs for ; Mon, 4 Mar 2024 15:36:20 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (mailserver.netfence.it [78.134.96.152]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TpN8N25CLz480w for ; Mon, 4 Mar 2024 15:36:20 +0000 (UTC) (envelope-from ml@netfence.it) Authentication-Results: mx1.freebsd.org; none Received: from [10.1.2.18] (mailserver.netfence.it [78.134.96.152]) (authenticated bits=0) by soth.netfence.it (8.17.2/8.17.2) with ESMTPSA id 424Fa9Q3020193 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Mon, 4 Mar 2024 16:36:09 +0100 (CET) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host mailserver.netfence.it [78.134.96.152] claimed to be [10.1.2.18] Message-ID: <1ade48e8-61b3-44b8-a36f-18fb6c0be1a0@netfence.it> Date: Mon, 4 Mar 2024 16:36:09 +0100 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: ZFS ARC memory requirements Content-Language: en-US To: Daniel Feenberg Cc: freebsd-questions@freebsd.org References: <7f7a9f1f-8a2b-41ef-a6a7-1dc1e2f160af@netfence.it> <83a5e3e2-a211-c524-1c8f-700802d148f@nber.org> From: Andrea Venturoli In-Reply-To: <83a5e3e2-a211-c524-1c8f-700802d148f@nber.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.86 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:35612, ipnet:78.134.0.0/17, country:IT] X-Rspamd-Queue-Id: 4TpN8N25CLz480w On 3/4/24 15:17, Daniel Feenberg wrote: > We have a number of large ZFS stores used for both production and > backup. Most have 64GB and that seems more than enough. We use > compression, but do not do de-duplication. Thanks (and to Mike too). > I believe the advice you have > read accounts for de-duplication, which is memory-intensive. No. The handbook (among others) says 1GB/TB without dedup and 5GB/TB with dedup. bye av.