When the container exceeds the specified amount of memory, the container will start to swap.This then follows me restarting the container to remove the high amount of ram. Once this settles, over several hours climbs into 5 - 6GB Territory. Currently when the container starts, runs around 150-200MB Ram allocation.Refer following article for more information. Note When you create the Docker image you have to specify –m to limit the Docker memory. This incorrect memory limit allows SQL Server to try to consume memory more than that is available for container and could be a candidate for termination by OOM Killer.You can pre-configure the GitLab Docker image by adding the environment variable GITLAB_OMNIBUS_CONFIG to Docker run command. For more options about configuring GitLab, check the configuration documentation. GitLab will reconfigure itself whenever the container starts.