From owner-freebsd-questions@freebsd.org Thu Sep 2 20:40:57 2021 Return-Path: Delivered-To: freebsd-questions@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 576866665EC for ; Thu, 2 Sep 2021 20:40:57 +0000 (UTC) (envelope-from mark@tinka.africa) Received: from the-host.tinka.africa (the-host.tinka.africa [105.22.37.14]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4H0t9h3SR6z3KbL for ; Thu, 2 Sep 2021 20:40:56 +0000 (UTC) (envelope-from mark@tinka.africa) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tinka.africa; s=tinka; h=Content-Transfer-Encoding:Content-Type:In-Reply-To :MIME-Version:Date:Message-ID:From:References:To:Subject:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=tZJHVEE6bxIatmsiEKH3SyN3nZoGagMbm2hsjj/liPo=; b=wnLwpIz3Xqovc21BW0WIk72tXr N0fKO7MFWeR0argX4ZuEUc6Wd5Z5DD2gxwhPd9JpTujrkRsvTZ3AiMJkulOQDR85xB0NkRTD3wI+u vp8Wx7XM8O3bT+KTKnKYcr0P5/cBdQavKB4Mg3RKqsfftGjydiWM7spvw7s3f4Jw5yooCLYQ8TWHo n7YJuz23boeXjxWhLfDvd8PVWs6nEZqcSHdqNKhj3Dotlc6AzPU97fsOJOy+Oxz5GJCAWGrihyjBh mmcW7ak+XIpZZdaCNB7SqRjizakPDScpB1xCUO1NoPJ+1F+VX5A3df3bjJO+1gsdfbuP8dgOnE5Ui ME/M2Iuw==; Received: from [127.0.0.1] (helo=Marks-MacBook-Pro.local) by the-host.tinka.africa with esmtp (Exim 4.94) (envelope-from ) id QYTQS3-0006ZN-FR for freebsd-questions@freebsd.org; Thu, 02 Sep 2021 22:40:51 +0200 Subject: Re: BIND 'max-cache-size' Value on FreeBSD-13.0 To: freebsd-questions@freebsd.org References: From: Mark Tinka Message-ID: <17a6c714-67a9-7c88-7628-d56368dcd172@tinka.africa> Date: Thu, 2 Sep 2021 22:40:50 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 4H0t9h3SR6z3KbL X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tinka.africa header.s=tinka header.b=wnLwpIz3; dmarc=pass (policy=none) header.from=tinka.africa; spf=pass (mx1.freebsd.org: domain of mark@tinka.africa designates 105.22.37.14 as permitted sender) smtp.mailfrom=mark@tinka.africa X-Spamd-Result: default: False [-3.00 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[tinka.africa:s=tinka]; FREEFALL_USER(0.00)[mark]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:105.22.37.14]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DKIM_TRACE(0.00)[tinka.africa:+]; HFILTER_HELO_2(1.00)[the-host.tinka.africa]; DMARC_POLICY_ALLOW(-0.50)[tinka.africa,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:37100, ipnet:105.16.0.0/12, country:MU]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2021 20:40:57 -0000 On 9/2/21 22:32, Doug McIntyre wrote: > I remember a while back on an older specific version of BIND, that > there was a memory cache leakage bug in BIND specificly on FreeBSD > and no other OS; that I filed a ticket with ISC on. Might you recall the ticket ID? > They were able to identify it and fix it on the next version. > > I'm running BIND 9.16 but still mostly back on FreeBSD 12.2. 9.11 was solid on FreeBSD-13.0. Only after moving to 9.16(.19|20) did this swap issue begin. Mark.