Skip to content

Commit 0b5b2e8

Browse files
authored
Increase Ressources for vaultwarden and check storage (#285)
* Increase Ressources for vaultwarden and check storage increase RAM to 6144 & add check_container_storage check_container_resources * Update vaultwarden.json (Increase RAM) * Update CHANGELOG.md * Update CHANGELOG.md
1 parent d41d381 commit 0b5b2e8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ All LXC instances created using this repository come pre-installed with Midnight
2121
- NEW Script
2222
- **Wavelog LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/wavelog-install.sh)
2323
- NEW Script
24+
- **Vaultwarden LXC:** RAM has now been increased to 6144 MB [(PR)](https://github.com/community-scripts/ProxmoxVE/pull/285)
25+
- Breaking Change
2426

2527

2628
## 2024-11-05

ct/vaultwarden.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo -e "Loading..."
2121
APP="Vaultwarden"
2222
var_disk="6"
2323
var_cpu="4"
24-
var_ram="5120"
24+
var_ram="6144"
2525
var_os="debian"
2626
var_version="12"
2727
variables
@@ -72,6 +72,8 @@ function update_script() {
7272
3>&1 1>&2 2>&3)
7373

7474
header_info
75+
check_container_storage
76+
check_container_resources
7577
if [ "$UPD" == "1" ]; then
7678
whiptail --backtitle "Proxmox VE Helper Scripts" --msgbox --title "SET RESOURCES" "Please set the resources in your ${APP} LXC to ${var_cpu}vCPU and ${var_ram}RAM for the build process before continuing" 10 75
7779
msg_info "Stopping Vaultwarden"

json/vaultwarden.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"script": "ct/vaultwarden.sh",
2020
"resources": {
2121
"cpu": "4",
22-
"ram": "5120",
22+
"ram": "6144",
2323
"hdd": "6",
2424
"os": "debian",
2525
"version": "12"

0 commit comments

Comments
 (0)