mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #277] Recommended specs? #147
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @njfox on GitHub (Dec 9, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/277
I am trying to plan a bitwarden deployment but the official server is much heavier than I would like. Do you have any information about the recommended specs for
bitwarden_rsas opposed to the official project?Thanks!
@mprasil commented on GitHub (Dec 9, 2018):
Hi @njfox,
bitwarden_rscan run on raspberry pi, so you really don't need very powerful server. 😄 If you want to serve less than about 100 users, you should be fine with almost anything. (including said raspberry)To give you some practical example, my server is using about 12MB of memory with handful of users and handful of devices for each. It also uses next to no CPU. (it's mostly idle)
Hope that answers your question.
@njfox commented on GitHub (Dec 9, 2018):
Great, thank you very much for the information! Just as a suggestion, it might be worth adding that to the README in case others have the same question.
@mprasil commented on GitHub (Dec 9, 2018):
Yeah, I wasn't too sure what to specify as a minimal configuration to be honest. I've never really measured anything beyond the fact, that it's using memory in the area of 10MB or so. 😄
I'd be actually interested to hear from people serving hundreds of users.