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 18f474c commit abc0f26Copy full SHA for abc0f26
ct/jotty.sh
@@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
8
APP="jotty"
9
var_tags="${var_tags:-tasks;notes}"
10
var_cpu="${var_cpu:-2}"
11
-var_ram="${var_ram:-4096}"
+var_ram="${var_ram:-3072}"
12
var_disk="${var_disk:-6}"
13
var_os="${var_os:-debian}"
14
var_version="${var_version:-13}"
frontend/public/json/jotty.json
@@ -20,7 +20,7 @@
20
"script": "ct/jotty.sh",
21
"resources": {
22
"cpu": 2,
23
- "ram": 4096,
+ "ram": 3072,
24
"hdd": 6,
25
"os": "debian",
26
"version": "13"
0 commit comments