Earlier quoted context omitted.
The stack is DotNet C# + MySql iirc. I wonder how much of that 2G is the DotNet runtime stuff
Probably 100-200 MB. The database instance takes up most of the memory. I thought it was MSSQL instead of MySQL, which would easily explain the amount.
Self-Hosting Bitwarden on DigitalOcean
11–14 of 14 posts
Re: Self-Hosting Bitwarden on DigitalOcean
#12> Bitwarden requires at least 2GB of RAM, so make sure to choose a plan with enough memory during creation Yeah, I recalled that for-real Bitwarden uses dotnet and mssql so I'm sure Digital Ocean loves the situation where someone needs a huge instance I was curious given the mention of "docker-compose" how exactly that worked (did it have them set with "restart: always" and similar operational sanity?) but while digg…
https://github.com/bitwarden/server/blob/master/util/Setup/T...
Re: Self-Hosting Bitwarden on DigitalOcean
#13> Bitwarden requires at least 2GB of RAM, so make sure to choose a plan with enough memory during creation Yeah, I recalled that for-real Bitwarden uses dotnet and mssql so I'm sure Digital Ocean loves the situation where someone needs a huge instance I was curious given the mention of "docker-compose" how exactly that worked (did it have them set with "restart: always" and similar operational sanity?) but while digg…
Compose template for the setup component is here: https://github.com/bitwarden/server/blob/master/util/Setup/T...
Re: Self-Hosting Bitwarden on DigitalOcean
#14Earlier quoted context omitted.
Probably 100-200 MB. The database instance takes up most of the memory. I thought it was MSSQL instead of MySQL, which would easily explain the amount.
Actually it could be MSSQL I may have misread. I haven't checked the docs for that one.