Skip to content

Commit 36f2fb3

Browse files
authored
Fix: Grist ran into a heap space during the update (#1964)
1 parent e379db8 commit 36f2fb3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ct/grist.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
55
# App Default Values
66
APP="Grist"
77
var_tags="database;spreadsheet"
8-
var_cpu="1"
9-
var_ram="2048"
10-
var_disk="4"
8+
var_cpu="2"
9+
var_ram="3072"
10+
var_disk="6"
1111
var_os="debian"
1212
var_version="12"
1313
var_unprivileged="1"

json/grist.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"type": "default",
1919
"script": "ct/grist.sh",
2020
"resources": {
21-
"cpu": 1,
22-
"ram": 1024,
23-
"hdd": 4,
21+
"cpu": 2,
22+
"ram": 3072,
23+
"hdd": 6,
2424
"os": "debian",
2525
"version": "12"
2626
}

0 commit comments

Comments
 (0)