Fix: Grist ran into a heap space during the update (#1964)

This commit is contained in:
CanbiZ 2025-02-03 09:26:08 +01:00 committed by GitHub
parent e379db8baf
commit 36f2fb3e52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -18,9 +18,9 @@
"type": "default",
"script": "ct/grist.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 4,
"cpu": 2,
"ram": 3072,
"hdd": 6,
"os": "debian",
"version": "12"
}