mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 00:25:37 -05:00
[GH-ISSUE #6314] Prebuild-Archive possible? Excessive RAM requirements for Vaultwarden builds (>= 7GB during install/update) #11211
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MickLesk on GitHub (Sep 23, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6314
Prerequisites
Vaultwarden Support String
https://github.com/community-scripts/ProxmoxVE/discussions/7485#discussioncomment-14477661
The installation/update script for Vaultwarden is one of the most used in our collection, with over 12,500 tracked installations in the last 5 months.
The main pain point:
cargo build --release).This creates a real problem for many home lab users who run on older hardware (e.g. DELL/Lenovo desktops with only 8 GB total system RAM). For them, updates regularly fail unless they manually increase RAM to 7 GB just for the build.
Why this matters
Request
Would it be possible to:
This would massively improve usability for the majority of homelab setups.
Vaultwarden Build Version
latest
Deployment method
Build from source
Custom deployment method
Relevant script section
Reverse Proxy
nvm
Host/Server Operating System
Linux
Operating System Version
Debian 12 / 13
Clients
Web Vault, CLI
Client Version
latest
Steps To Reproduce
Deploy our Script on Proxmox Host:
https://community-scripts.github.io/ProxmoxVE/scripts?id=vaultwarden
=> or do an manual build with rust git clone and cargo
Expected Result
Actual Result
Logs
Screenshots or Videos
No response
Additional Context
No response