mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
Recommended specs? #146
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 @njfox on GitHub (Dec 9, 2018).
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.