Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added note about mysql container memory hog #8

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

ConstBur
Copy link
Contributor

I had an issue with the MySQL container occupying way too much memory (16G) when deployed as-is. Managed to fix it with adding a ulimit flag to docker run command (see docker-library/mysql#579 (comment)), for which I added a note in deployment docs.

@m5c
Copy link
Owner

m5c commented Oct 24, 2022

Hi Constantin,

thank you very much for the note and looking into the cause. Could you also provide a bit of context info: Operating System / Version, CPU, Ram, Docker version?

Thanks!
Max

@ConstBur
Copy link
Contributor Author

ConstBur commented Oct 24, 2022

Oops, forgot about those, thank you :)

OS: Fedora 36
CPU: AMD Ryzen 7 5800H
RAM: 32GB
Docker: version 20.10.20, build 9fdeb9c

Host ulimit values:

ulimit -Hn && ulimit -Sn
1048576
1048576

Before:
image

After:
image

@m5c m5c merged commit 450efb2 into m5c:master Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants