increase RAM and hdd resources (#2367)

This commit is contained in:
Slaviša Arežina
2025-02-13 16:03:13 +01:00
committed by GitHub
parent ddccd1dd3f
commit fe93224d77
2 changed files with 6 additions and 6 deletions

View File

@ -18,9 +18,9 @@
"type": "default",
"script": "ct/kometa.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 4,
"cpu": 2,
"ram": 4096,
"hdd": 8,
"os": "debian",
"version": "12"
}