BHelpful / MomentMeal

MomentMeal is a marketplace for food and recipes. We help you find and create the best recipes and meal plans for you.
https://momentmeal.com/
GNU Affero General Public License v3.0
13 stars 5 forks source link

[Bug]: Docker/VM has no limit on memory usage #483

Closed BareMaxx closed 8 months ago

BareMaxx commented 1 year ago

Priority

MAJOR

Actual behaviour

When running "make db", the docker environment uses all possible amounts of ram. On my desktop it uses 27GB ram, on laptop 8GB of ram. Docker cannot release this memory when shut down, until the PC is restarted, or the command "wsl --shutdown" (On windows) has been executed.

Expected behaviour

There should be defined some system ressources limitations in the docker-compose so docker cannot use so many system resources

Steps to reproduce

Run make db in bash

What platform you are seeing the problem on

Windows

Relevant log output

No response

Attatchments

image

Code of Conduct