From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [45.144.208.40]) by lore.proxmox.com (Postfix) with ESMTPS id B18B11FF0E5 for ; Wed, 15 Jul 2026 10:28:23 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 055C321405; Wed, 15 Jul 2026 10:28:23 +0200 (CEST) From: Dietmar Maurer To: pve-devel@lists.proxmox.com Subject: [PATCH] intro: fix outdated pmxcfs maximum storage size Date: Wed, 15 Jul 2026 10:27:45 +0200 Message-ID: <20260715082747.3342001-1-dietmar@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 1 AWL -1.313 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) KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods RDNS_NONE 1.274 Delivered to internal network by a host with no rDNS SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record Message-ID-Hash: 5QQONOUZNB2VELXSPEY2XZSSQ4GGGMZ6 X-Message-ID-Hash: 5QQONOUZNB2VELXSPEY2XZSSQ4GGGMZ6 X-MailFrom: dietmar@zilli.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: The pmxcfs RAM copy limit was raised to 128 MiB long ago and the pmxcfs chapter documents that value, but the introduction still carried the old 30 MB figure. Signed-off-by: Dietmar Maurer --- pve-intro.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-intro.adoc b/pve-intro.adoc index 30e398c..c2a0b6a 100644 --- a/pve-intro.adoc +++ b/pve-intro.adoc @@ -42,7 +42,7 @@ database-driven file system for storing configuration files. It can store the configuration of thousands of virtual machines. Corosync replicates these files in real time to all cluster nodes. The file system stores all data inside a persistent database on disk, while a -copy resides in RAM, providing a maximum storage size of 30 MB—more +copy resides in RAM, providing a maximum storage size of 128 MiB—more than enough for thousands of VMs. + {pve} is the only virtualization platform using this cluster file -- 2.47.3