Update vaultwarden.sh

- increase RAM during build to 5GB
- fixes https://github.com/tteck/Proxmox/issues/2977
This commit is contained in:
tteckster 2024-05-13 11:09:27 -04:00 committed by GitHub
parent b3cf19141f
commit a04fd986dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ echo -e "Loading..."
APP="Vaultwarden"
var_disk="6"
var_cpu="4"
var_ram="4096"
var_ram="5120"
var_os="debian"
var_version="12"
variables