feat: reduce CPU allocation from 4 to 2 in LocalAGI configuration

This commit is contained in:
John Doe
2026-03-04 00:47:21 -05:00
parent c5bbc2f81d
commit 4895935b4a
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
"type": "default",
"script": "ct/localagi.sh",
"resources": {
"cpu": 4,
"cpu": 2,
"ram": 4096,
"hdd": 20,
"os": "Debian",