mirror of https://github.com/tteck/Proxmox.git
Update vaultwarden.sh
- increase RAM during build to 5GB - fixes https://github.com/tteck/Proxmox/issues/2977
This commit is contained in:
parent
b3cf19141f
commit
a04fd986dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue