Skip to content

Commit

Permalink
added note about mysql container memory hog
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstBur committed Oct 24, 2022
1 parent 3468983 commit 043424b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions markdown/build-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/docker-library/mysql/issues/579#issuecomment-519495808>)
### Lobby Service

Select one of the provided build profiles, depending on your deployment context:
Expand Down

0 comments on commit 043424b

Please sign in to comment.