Y
Hacker News
new
|
ask
|
show
|
jobs
by
0xdeadb00f
1527 days ago
The stack is DotNet C# + MySql iirc. I wonder how much of that 2G is the DotNet runtime stuff
1 comments
xcjs
1526 days ago
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.
link
0xdeadb00f
1526 days ago
Actually it could be MSSQL I may have misread. I haven't checked the docs for that one.
link
nacs
1526 days ago
It's MSSQL:
https://github.com/bitwarden/server/blob/master/util/Setup/T...
link