more power to the drone-runner; android + node + eas cli dockerfile

This commit is contained in:
2026-02-27 11:02:23 +01:00
parent 786c05147a
commit 11e9efe3ae
2 changed files with 8 additions and 4 deletions

View File

@@ -46,16 +46,16 @@ resource "proxmox_virtual_environment_container" "drone_runner" {
disk {
datastore_id = "local-lvm"
size = 16
size = 64
}
cpu {
cores = 2
cores = 4
}
memory {
dedicated = 2048
swap = 512
dedicated = 8192
swap = 4096
}
startup {