From nobody Wed Dec 29 14:52:14 2021 X-Original-To: freebsd-stable@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 42FFC190D00C for ; Wed, 29 Dec 2021 14:52:21 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JPDs1013Vz3sGM for ; Wed, 29 Dec 2021 14:52:21 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.not-for.work (onlyone.not-for.work [IPv6:2a01:4f8:201:6350::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: lev/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id BF812244D5 for ; Wed, 29 Dec 2021 14:52:20 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from [192.168.134.16] (unknown [94.19.243.255]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.not-for.work (Postfix) with ESMTPSA id 5B1B55DA1 for ; Wed, 29 Dec 2021 17:52:16 +0300 (MSK) Message-ID: <431b35b0-7745-d2d7-ab04-bbf76e58608a@FreeBSD.org> Date: Wed, 29 Dec 2021 17:52:14 +0300 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 To: Freebsd stable Content-Language: en-US From: Lev Serebryakov Reply-To: lev@FreeBSD.org Subject: What is FreeBSD 12 equivalent to Linux' "sysctl -w vm.nr_hugepages=1280"? Organization: FreeBSD Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640789541; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=VyfSdrSvTllGYWKSkjJ237OT2fMP+E4pIKYoScaQuF8=; b=yJPGNldM/nbUCC77acy/e2jgbLe2/24DoBLV2z+WNjHy1XJtydIL3z9eSUDimwlpOzGQXt sjKef+p5pTvfJOGwpTSF+SFNXFdByXBC0bQFoxMmU69vXozn3XxiLLVSH7BhDZ0340X9Rd Nd03Ad1q64u1mK3qdSKF89+Vr/X1fVRZlivIkWREBdlLqQIPkFRdb130YB6syJNKs3IfHv g6yfD3b+q1wUTXMcZLBnqYWZnIpGMw9WpC48c07S3uDcmBm12glVoKUmHLkje1mjxDetW9 BAMrvLPE9hH4Im+NehyrlOKuGJX0uWb94P2pxTEq/+7rNwxRiAeJkt1Eyhwh/g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640789541; a=rsa-sha256; cv=none; b=EsNmM227MaBdYfsG5z7c+qtjdix9SQf/w1WiU2P/bv6NvRX5jt6uBBVdPQaQ++AUTfWj50 2POusQVcrVNiMhMijpNak/v7YQTtv7TxzJ3bMbNqiRJRlgs31ai//fPRtjF1YHRBMONLTN S6z/Tyxb0baVHiV14Eh9l6wR8sptg6DoEG+KKXUaY3j2rDteBrx785P5xVTzcuA9GsPB+r bNbhQV/VJ/f5hEZIFDJ5YkksJXOPRs3U37f82R2KK+pAeBu7bn29qoKolj5+4i6KWQz+fo IPcGSPA77hGcqXlD3BWc3R8B6MqLPl1AThg/BjkoVvTRaZY5y8egFffu6Gd3oQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Hello! net-p2p/monero-cli shows a lot of exceptions on FreeBSD. Monero's github [1] says, that it needs "sysctl -w vm.nr_hugepages=1280" on Linux. What is FreeBSD equivalent for this Linux' setting? [1] - https://github.com/monero-project/monero/issues/6473 -- // Lev Serebryakov