From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id 8CE2D1FF0EF for ; Sun, 02 Aug 2026 20:52:37 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 27FB620AF5; Sun, 02 Aug 2026 20:52:36 +0200 (CEST) From: Thomas Lamprecht To: pve-devel@lists.proxmox.com, Robert Obkircher Subject: applied: [PATCH v1 proxmox-biome] d/rules: increase jemalloc page size to 64k on ARM Date: Sun, 2 Aug 2026 20:52:23 +0200 Message-ID: <178569674174.2384210.10485741064508481009.b4-ty@b4> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260728162910.292007-1-r.obkircher@proxmox.com> References: <20260728162910.292007-1-r.obkircher@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1785696741820 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.200 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: 3ZD4IMRYWRC5AXQT2TETJHGR2ZQ6ZYNL X-Message-ID-Hash: 3ZD4IMRYWRC5AXQT2TETJHGR2ZQ6ZYNL X-MailFrom: t.lamprecht@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Tue, 28 Jul 2026 18:29:05 +0200, Robert Obkircher wrote: > Increase the page size used by jemalloc so biome doesn't immediately > abort on systems where it is larger than on the host that built the > debian package. > > The environment variable was taken from the github action workflow > that builds the official ARM releases. Note that the commit, which is > linked below, confusingly talks about 16k page size support, but the > logarithmic variable actually refers to 64k, which is commonly used as > well. > > [...] Applied, thanks! [1/1] d/rules: increase jemalloc page size to 64k on ARM commit: 6b13ec3f6ce3036ff3bd980600087aa7a66705f4