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