Hacker News new | ask | show | jobs
by Gravyness 1520 days ago
> requires at least 2GB of RAM

Does it checks the memory and fails with a message? What could possibly be done by a password-storing app that requires 2GB of RAM?

2 comments

Possibly running MSSQL. That's the minimum RAM limit for running Dockerized MSSQL.
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.
Actually it could be MSSQL I may have misread. I haven't checked the docs for that one.