Skip to content

Commit 72c24d5

Browse files
Increase default RAM allocation for BunkerWeb to 8192MB in script and JSON configuration (#4762)
1 parent 93a179c commit 72c24d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ct/bunkerweb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
88
APP="BunkerWeb"
99
var_tags="${var_tags:-webserver}"
1010
var_cpu="${var_cpu:-2}"
11-
var_ram="${var_ram:-4096}"
11+
var_ram="${var_ram:-8192}"
1212
var_disk="${var_disk:-4}"
1313
var_os="${var_os:-debian}"
1414
var_version="${var_version:-12}"
@@ -55,4 +55,4 @@ description
5555
msg_ok "Completed Successfully!\n"
5656
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
5757
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
58-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/setup${CL}"
58+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/setup${CL}"

frontend/public/json/bunkerweb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"script": "ct/bunkerweb.sh",
2121
"resources": {
2222
"cpu": 2,
23-
"ram": 4096,
23+
"ram": 8192,
2424
"hdd": 4,
2525
"os": "debian",
2626
"version": "12"

0 commit comments

Comments
 (0)