From 9aa942e4662ccbfb4ce9c8f002dbe76158845f2a Mon Sep 17 00:00:00 2001 From: gitea Date: Tue, 26 May 2026 22:00:48 +0100 Subject: [PATCH] Reduce Alpine Linux LXC to bare minimum --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6234673..c23959a 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,11 @@ Proxmox has Alpine available as a built-in LXC template (Datacenter → Node → ### Proxmox LXC Suggested Specs - **RAM:** 512MB (it will rarely use more than 50MB, but this gives headroom) -- **Disk:** 4GB (more than sufficient) +- **Disk:** 512MB (the full Alpine install with all required packages sits well under 300MB, leaving ~200MB for logs, updates, and system overhead) - **Privileged container:** Yes (required for NFS) +> **Note:** The LXC disk is the system disk only — Nextcloud data lives on the NFS mount and does not consume space here. rsync and mc stream data directly between the NFS mount and remote machines without staging anything on the local disk. If you ever need local staging space, mount a separate volume rather than enlarging the system disk. + ### Alpine Package Installation ```bash