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 37a0a4a commit f1f8c1bCopy full SHA for f1f8c1b
ct/booklore.sh
@@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
8
APP="BookLore"
9
var_tags="${var_tags:-books;library}"
10
var_cpu="${var_cpu:-3}"
11
-var_ram="${var_ram:-2048}"
+var_ram="${var_ram:-3072}"
12
var_disk="${var_disk:-7}"
13
var_os="${var_os:-debian}"
14
var_version="${var_version:-12}"
frontend/public/json/booklore.json
@@ -20,7 +20,7 @@
20
"script": "ct/booklore.sh",
21
"resources": {
22
"cpu": 3,
23
- "ram": 2048,
+ "ram": 3072,
24
"hdd": 7,
25
"os": "debian",
26
"version": "12"
0 commit comments