Reduce Alpine Linux LXC to bare minimum

This commit is contained in:
2026-05-26 22:00:48 +01:00
parent 09eabbb43d
commit 9aa942e466
+3 -1
View File
@@ -127,9 +127,11 @@ Proxmox has Alpine available as a built-in LXC template (Datacenter → Node →
### Proxmox LXC Suggested Specs ### Proxmox LXC Suggested Specs
- **RAM:** 512MB (it will rarely use more than 50MB, but this gives headroom) - **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) - **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 ### Alpine Package Installation
```bash ```bash