feat: update LocalAGI resource configurations to reduce RAM to 4GB and disk size to 20GB
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
"script": "ct/localagi.sh",
|
||||
"resources": {
|
||||
"cpu": 4,
|
||||
"ram": 8192,
|
||||
"hdd": 30,
|
||||
"ram": 4096,
|
||||
"hdd": 20,
|
||||
"os": "Debian",
|
||||
"version": "13"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user