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: