We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e379db8 commit 36f2fb3Copy full SHA for 36f2fb3
ct/grist.sh
@@ -5,9 +5,9 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
5
# App Default Values
6
APP="Grist"
7
var_tags="database;spreadsheet"
8
-var_cpu="1"
9
-var_ram="2048"
10
-var_disk="4"
+var_cpu="2"
+var_ram="3072"
+var_disk="6"
11
var_os="debian"
12
var_version="12"
13
var_unprivileged="1"
json/grist.json
@@ -18,9 +18,9 @@
18
"type": "default",
19
"script": "ct/grist.sh",
20
"resources": {
21
- "cpu": 1,
22
- "ram": 1024,
23
- "hdd": 4,
+ "cpu": 2,
+ "ram": 3072,
+ "hdd": 6,
24
"os": "debian",
25
"version": "12"
26
}
0 commit comments