Jotty: reduce RAM requirement (#9272)

This commit is contained in:
Chris 2025-11-19 08:46:23 -05:00 committed by GitHub
parent 18f474c4e7
commit abc0f261fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
"script": "ct/jotty.sh",
"resources": {
"cpu": 2,
"ram": 4096,
"ram": 3072,
"hdd": 6,
"os": "debian",
"version": "13"