Reduce CPU allocation to 2 for Guardian installation and update environment variables for production deployment

This commit is contained in:
HydroshieldMKII
2025-09-30 17:04:50 -04:00
parent d30d512091
commit f6a8eed717
2 changed files with 4 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
"type": "default",
"script": "ct/guardian.sh",
"resources": {
"cpu": 4,
"cpu": 2,
"ram": 2048,
"hdd": 6,
"os": "Debian",