feat: update LocalAGI resource configurations to reduce RAM to 4GB and disk size to 20GB

This commit is contained in:
John Doe
2026-03-04 00:46:51 -05:00
parent abf9c8e78b
commit c5bbc2f81d
2 changed files with 4 additions and 4 deletions

View File

@@ -20,8 +20,8 @@
"script": "ct/localagi.sh",
"resources": {
"cpu": 4,
"ram": 8192,
"hdd": 30,
"ram": 4096,
"hdd": 20,
"os": "Debian",
"version": "13"
}