From a0ed639fea7487a3d692cf4fedf089df24eb64cc Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 17 Mar 2025 22:48:31 +0100 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 567edc8..462613a 100644 --- a/readme.md +++ b/readme.md @@ -163,13 +163,13 @@ kubectl apply -f https://raw.githubusercontent.com/qemus/qemu-arm/refs/heads/mas ### How do I change the amount of CPU or RAM? - By default, the container will be allowed to use a maximum of 1 CPU core and 1 GB of RAM. + By default, the container will be allowed to use a maximum of 2 CPU cores and 2 GB of RAM. If you want to adjust this, you can specify the desired amount using the following environment variables: ```yaml environment: - RAM_SIZE: "4G" + RAM_SIZE: "8G" CPU_CORES: "4" ```