Update readme.md

This commit is contained in:
Kroese 2025-03-17 22:48:31 +01:00 committed by GitHub
parent d8c0b0791e
commit a0ed639fea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
```