Closed veitveit closed 6 years ago
@veitveit What OS was docker running on?
In the docker toolbox, maybe the default memory of the VirtualBox is too low?
Hi @veitveit I now double checked: On windows (windows 10 with "native" docker and docker toolbox as well) docker is run in a virtual (linux) machine. Therefore, the memory settings of that machine are what we see in our docker setting.
I will double check how these settings can be adapted in the toolbox setup
@jgriss This page might be useful: https://blog.pavelsklenar.com/5-useful-docker-tip-and-tricks-on-windows/
The _freemem option underestimates the available memory.
E.g. we had 8 GB and it assigned about 2GB or less.
Could be a Docker issue.