From 043424b0b70b269666db847845f094a27b4188b6 Mon Sep 17 00:00:00 2001 From: Constantin Buruiana Date: Mon, 24 Oct 2022 09:47:25 -0400 Subject: [PATCH] added note about mysql container memory hog --- markdown/build-deploy.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/markdown/build-deploy.md b/markdown/build-deploy.md index a56b342..52c94dd 100644 --- a/markdown/build-deploy.md +++ b/markdown/build-deploy.md @@ -45,6 +45,9 @@ Dockerized DB setup: > Note: Creation and deployment by Dockerfile is only required the first time! Use ```docker start ls-db``` from here on. + > Another note: if the MySQL container occupies a lot of memory, try adding a --ulimit flag to the run command like so: ``` + docker run --ulimit nofile=262144:262144 --platform linux/x86_64 --name=ls-db -p 3453:3306 -d ls-db:Dockerfile``` (taken from ) + ### Lobby Service Select one of the provided build profiles, depending on your deployment context: