From 93cce15ccf8cc03db8f14ab2818afcaf15a89e0b Mon Sep 17 00:00:00 2001 From: stb Date: Sat, 27 Jul 2024 10:34:43 +0200 Subject: [PATCH] Explain resouce consumption --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2290b4..97e21e4 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,15 @@ other KVM based virtualization solution. The script `build-forgejorunner-template.sh` runs on a Proxmox cluster host. It runs the build script via SSH on a builder VM (that has nested virtualization enabled), in case of CCCHH a Debian 12 install. It then copies the resulting VM to the -Proxmox host. **Note**: at the time of this writing, the builder VM needs at -least 16 cores to satisfy the KVMn config for the VM being built. +Proxmox host. -It creates a template VM from the image, installing https://code.forgejo.org/forgejo/runner +**Note**: at the time of this writing, the builder VM needs at least 16 +cores to satisfy the KVMn config for the VM being built. The resulting disk +is 80 GB, with about 45 GB in use. You will need enough disk space on your +cluster for at least three copies of this. Building the image takes anywhere +between 30 and 180 minutes, depending on your host and your download speed. + +It then creates a template VM from the image, installing https://code.forgejo.org/forgejo/runner and some helper scripts. ## Cloning the Template VM